Focal Point
[CLOSED]Need help on dynamically display of Columns titles in accordion report.

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

November 04, 2015, 01:56 PM
M A Sunil
[CLOSED]Need help on dynamically display of Columns titles in accordion report.
Hi,



When I run accordion report:-

TABLE FILE CAR
PRINT
MODEL BODYTYPE
BY COUNTRY
BY CAR
ON TABLE SET EXPANDBYROW 2
END


I am getting following output.

MODEL BODYTYPE
-England
+JAGUAR
+JENSEN

Since "MODEL" and "BODYTYPE" is empty in initial run, I don't want to display these columns.

I want the display only when I click on +JAGUAR or +JENSEN.

Is there any way to control the display of "MODEL" and "BODYTYPE" dynamically?


Thank for help.

Regards,
Sunil

This message has been edited. Last edited by: <Emily McAllister>,


Webfocus 7.1.6
Windows
Excel, HTML, PDF,AHTML
November 06, 2015, 10:41 AM
MartinY
It does not have the exact same look but it may answer your need
TABLE FILE CAR
PRINT MODEL
      BODYTYPE
BY COUNTRY
BY CAR
-*ON TABLE SET EXPANDBYROW 2
ON TABLE SET EXPANDABLE ON
END
-RUN



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