Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Displaying multiple dynamic filter parameters in report sub-title as a "human readable" stri
ygrument
I'm developing several reports that have the same set (about 20) of dynamic filter parameters. When running reports, users would be able to optionally filter data based on any combination of provided filter parameters. I want to include some text in report displaying which filter parameters were applied (e.g Ship From City = "New York" and Ship To State in ("NJ, "CA) and Shipper Weight > 20000). Since the value of dynamic filter parameter contains one or more operations and 0, 1, or multiple values. The example of the value of one of such a parameter - LIKE(UPPER([DESTINATION_CITY]),UPPER("BAI")). So, the operation of analyzing all the dynamic filter parameters and constructing "human readable" text seems not trivial.
I was wondering if there is some javascript code that helps solve my problem.
Thanks in advance.
Find more posts tagged with
Comments
There are no comments yet