Focal Point
[CLOSED] How Do you do a subfoot when a certian criteria is met?

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

July 08, 2011, 04:55 PM
Charles Richards
[CLOSED] How Do you do a subfoot when a certian criteria is met?
I would like to have a subfoot appear only when it meets a certian criteria? what would an example of this look like?

Ex.
department dairy
subfoot dairy

department HBA/GE
subfoot when HBA
subfoot when GE

department Meat
subfoot meat

department producce
subfoot produce



thanks for the help!

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6
Windows, All Outputs
July 08, 2011, 05:24 PM
Severus.snape
hi,

Use a WHEN caluse to have a subfoot when a condition is met:

TABLE FILE CAR
PRINT
RETAIL_COST
BY COUNTRY
ON COUNTRY SUBFOOT
"THIS IS SUBFOOT"
WHEN COUNTRY EQ 'ENGLAND'
ON COUNTRY SUBFOOT
"THIS IS SUBFOOT 2"
WHEN COUNTRY EQ 'W GERMANY'
END


thanks
Sashanka


WF 7.7.03/Windows/HTML,PDF,EXL
POC/local Dev Studio 7.7.03 & 7.6.11