Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to hide the field and field text in cryatal report based on a condition?

I am using the formula field as follows

by checking supress box and then applying formula field as below
C#
if {FETCH_SALARY_RELEASED_DETAILS;1.Mode}="" then
        false //hide
    else
        true //do not hide

But its not working. We are using Crystal Report Version 10.6.
Posted
Comments
thatraja 28-Apr-14 3:32am    
what's the table name?
FETCH_SALARY_RELEASED_DETAILS;1 seems wrong to me

1 solution

open report in crystal reports then FETCH_SALARY_RELEASED_DETAILS is placed in details section....right click in details section >Section Experts > Select details section > tick supress give your codition there ....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900