HI,
in my report i have A,B,C,D columns
when i run the report in HTML format i want to see all the columns in my report.but when i run the report in PDF format i dont want to see 'D' Column in my report.how can i dothis?please reply me ASAP.
thanks
bvk
Create a Boolean variable: ReportOutput()='PDF'
Associate the variable with the column you want to Hide. If YES Then Box type='None'
Hope it helps?
Thanks
HI Prit ,
i did the same process before posting this question.but my column is hiding in all formats.how can solve this.i assigned boolean variable to 'D' column then when my condition is yes i made boxtype to none.but its hidding in all formats.
thanks
bvk
Not sure though if you are missing something. Have attached the sample for you. Have a look and follow the same steps.