Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter-ApplyComparison

Status
Not open for further replies.

raisin96

Programmer
Oct 10, 2002
21
US
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
 
Probably some kind of Web setting you need to turn on? Support would usually give quicker answers to that.
 
I don't think you can show the value returned for that filter in the web or print preview. What you would pick to show in the header or footer for printing is the filter details, and those details (at least in 7.5.3 and below) would just show the Apply Comparison logic, not the value returned using the logic. Does that make sense? :)

Nate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top