Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Need Help
I got 6 sheets in the report, in 1st sheet i got a list object with the values 2011_12 and 2012_13,
and there are 4 to 5 text objects in the remaining sheets,
wht i want is whn i select one of the value (2011_12) in the list object, text object shld get visible in other sheets,
Is tht possible ?????
Please help me out with some hints on the same.
Regards,
Prashant A.
In the layout tab of the textboxes, select the "Conditional" radio button, and in there type:
GetSelectedCount(YourListboxField)>0
Hope this helps,
Jason