Viewing 3 posts - 1 through 3 (of 3 total)
yes, it but is there any other way to achieve this except visibility property?
October 8, 2013 at 2:06 am
#1656643
We have to hide the fields based upon user selection. For ex,
If @user_selection = 'a'
then
display field a,b,c
hide field d,e
else if @user_selection = 'b'
display field c,d,e
...
October 8, 2013 at 1:58 am
#1656638
It is a tabular report
October 8, 2013 at 1:51 am
#1656635