Hi,
I have a filter and in it is the ApplyComparison function doing a simple query. => ApplyComparison("#0=(SELECT WEEK FROM WEEK_DATA WHERE CURRENT_WEEK = 'Y')", WEEK@ID)
My problem is whenever I view the report through the Web or look at the print preview, the value of that particular filter is not being displayed (only spaces). When you run it at the desktop, you can only see the filter name. Is there a way to show the value being returned by the query?
Thanks in advance,
Alvin
I have a filter and in it is the ApplyComparison function doing a simple query. => ApplyComparison("#0=(SELECT WEEK FROM WEEK_DATA WHERE CURRENT_WEEK = 'Y')", WEEK@ID)
My problem is whenever I view the report through the Web or look at the print preview, the value of that particular filter is not being displayed (only spaces). When you run it at the desktop, you can only see the filter name. Is there a way to show the value being returned by the query?
Thanks in advance,
Alvin