In IBM Web Reports there is a clickable link in the upper right of the report that says “Printable Version”, and opens up a printable version of the report on the current page that doesn’t have the toolbar, filter tab, or the source code editor. I’ve noticed that in some of my reports that the printable version generated by this link doesn’t apply the selected filters in the filter tab to the query like it does on the main report page.
After investigating the cause, I discovered that it only happened on reports with relevance queries generated using the EvaluateRelevance() javascript method and not on the ones generated using the <?relevance ?> HTML tag.
Is this a bug in Web Reports? If so is someone able to patch it?
I use the EvaluateRelevance() method for queries that require dynamically generated javascript variables, and the <?relevance ?> tag for static queries (no external inputs). At least that’s how I originally learned how to do it, is there another way?