HI frnds can anyone tell how to hide empty list on a report.....
Thnx,
S
Read the board rules: Search first then ask
i searched and i didnt find any....
search for empty list
Ya i searched for empty list but it dsnt suit my requirement.I want to hide complete list in teh absence of data or when we pass wrong parameters.I took new query and applied count on parent query.If the count is zero the list will hide.but iam unable to hide the headers in the process.Only columns are getting hidden.
Thanks,
S
Hey,
Try changing the List "Box Type" attribute to "None"
I would suggest you use a conditional block.Ã, Define your variable (count = 0) as boolean.Ã, Add a conditional block to the report.Ã, Under properties, select the conditional block line and select your variable.Ã, On the current block line, select the value "No" and CUT and paste the list into the conditional block.Ã, Then change the current block value to "Yes" and leave the conditional block empty.Ã,Â
Hope this helps
Thanks frnds for ur postings.