Focal Point
[CLOSED] Passing multi select in a drilldown

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5197052776

July 15, 2015, 10:42 AM
Ryan K.
[CLOSED] Passing multi select in a drilldown
Does anyone know if it's possible to pass multiple values (multi select) in a list box through a drill down?

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8
Windows, All Outputs
July 15, 2015, 01:37 PM
Francis Mariani
The multi-select list box is on a parameter screen from where you run a report, passing these multiple values? If so, they're in a Dialogue Manager variable that you can pass in the stylesheet drilldown code.

Something like:
...
NODE_2 = &NODE_2.QUOTEDSTRING \
...


Because the multi-select variable may contain single quotes around each value, use the .QUOTEDSTRING operator, which "allows the variable to contain both single and multi-select values".


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server