Saved Bookmarks
| 1. |
Suppose You Run A Report With Empty Data, How Will You Inform The End User That It Has No Data While Running The Report In Report Studio? Is It Possible, If So How? |
|
Answer» Add a list footer and a text messsage inside "No DATA". create a booloean conditional variable "Test" with code "rownum()>0". Select the complete list footer and set STYLE Variable, if Yes, Box Type of the List footer should be set to "NONE". This should work...RD. Add a list footer and a text messsage inside "No Data". create a booloean conditional variable "Test" with code "rownum()>0". Select the complete list footer and set Style Variable, if Yes, Box Type of the List footer should be set to "none". This should work...RD. |
|