Focal Point
[SOLVED] TOC in HTML Composer - Dropdown Data Type

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

July 01, 2014, 08:28 AM
Ramkumar - Webfous
[SOLVED] TOC in HTML Composer - Dropdown Data Type
How to use the TOC option effectively when creating data type for a dropdown list box. I tried as given in the HTML composer documentation. The following steps/

1)Tried creating a report placeholder

2)Associated a TOC report to it...(ON TABLE PCHOLD FORMAT HTML BYTOC)

3)Then created a dropdown..

4)Gave report1 in TOC..

But nothing appears in the dropdown.

Could someone give me the correct FEX coding that can get data in dropdown when data type is selected as TOC..

Thanks...

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


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
July 02, 2014, 05:44 AM
Ramkumar - Webfous
Any examples?


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
July 03, 2014, 02:58 PM
<Kathryn Henning>
Hi Ramkumar,

Here is an example:

TABLE FILE GGSALES 	 
PRINT 	 
GGSALES.SALES01.UNITS 	 
GGSALES.SALES01.DOLLARS 	 
BY LOWEST GGSALES.SALES01.CATEGORY 	 
BY LOWEST GGSALES.SALES01.PRODUCT 	 
ON TABLE SET PAGE-NUM NOLEAD 	 
ON TABLE NOTOTAL 	 
ON TABLE PCHOLD FORMAT HTML 	 
ON TABLE SET WEBVIEWER ON 	 
ON TABLE SET WEBVIEWTARG OFF 	 
ON TABLE SET COMPOUND 'BYTOC 1' 	 
END 

Cheers!

Kathryn