Focal Point
[SOLVED]APP Studio - ALL option

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

October 14, 2016, 11:44 AM
Matt B
[SOLVED]APP Studio - ALL option
If I have an HTML page with drop downs/combo box and I choose to have an "ALL" option. If the HTML page executes a report. What value gets passed from the combobox/drop down to the report if the "ALL" option is selected?

This message has been edited. Last edited by: <Emily McAllister>,
October 14, 2016, 11:49 AM
MartinY
Except if you changed it, it should be : _FOC_NULL


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
October 14, 2016, 11:57 AM
Matt B
Thanks. That worked. This is how I set it up.

-SET &TEST = IF &State EQ _FOC_NULL THEN 'All' ELSE ';
October 14, 2016, 11:59 AM
MartinY
quote:
-SET &TEST = IF &State EQ _FOC_NULL THEN 'All' ELSE ';


Pay attention that you're missing a quote before the semicolon.

Edit your first post, then add [SOLVED] at the beginning of your post's subjet.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
October 16, 2016, 04:29 PM
Waz
Commented on your other one.
http://forums.informationbuild...167052486#5167052486


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!