Focal Point
[SOLVED] -INCLUDE in the GUI?

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

October 28, 2019, 03:06 PM
AMC2
[SOLVED] -INCLUDE in the GUI?
Does anyone know if you can do a -INCLUDE in the GUI of InfoAssist?

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.2.06
SQL Server
HTML, PDF, Excel, etc
October 28, 2019, 03:37 PM
BabakNYC
There's a bunch of stuff you can do in a Reporting Object that allows for similar behavior. However, -INCLUDE isn't something you can add within the InfoAssist UI.


WebFOCUS 8206, Unix, Windows
October 28, 2019, 04:27 PM
AMC2
That's what I kind of figured. In regards to a Reporting Object, I guess I could create one with the preprocessing code I want....but then could I have my other reports created in the GUI access this? Or is recreating my other reports within the Reporting Object the only way?


WebFOCUS 8.2.06
SQL Server
HTML, PDF, Excel, etc
October 28, 2019, 04:37 PM
BabakNYC
All reports in InfoAssit have to be created against either a master or a reporting object. In general, InfoAssist is meant to be an end user or power user authoring too. -INCLUDE and other features that don't lend themselves to an end user type functionality are considered out of scope. I kinda get why sometimes you need to be able to have a -INCLUDE but a generic authoring tool should stay simple so most users can run with it without deep knowledge of the underlying language. The alternative is to use the Text Editor to make your modifications but again, I don't think the majority of end users should get involved in that type of coding.


WebFOCUS 8206, Unix, Windows
October 28, 2019, 05:24 PM
AMC2
I get that in regards to InfoAssist being an end user authoring tool. However, these reports I have....actually they are charts....they have all been created within InfoAssist GUI. End users will not be changing these particular charts. However, they need to be integrated within another piece that was coded in the text editor. In order to integrate I need to include the -INCLUDES. I can open the charts in the text editor and add the -INCLUDEs, but then they may not be able to be opened again in the GUI.

In regards to the Reporting Object, if I create it and include the common code that the -INCLUDES refer to, then would I have to create the charts as new charts off of the Reporting Object?


WebFOCUS 8.2.06
SQL Server
HTML, PDF, Excel, etc
October 28, 2019, 06:09 PM
FP Mod Chuck
AMC2

It sounds like you are creating these charts so there is no reason you can't do them from App Studio instead of InfoAssist. Doing it that way the -INCLUDE can be done there easier and no need for the Reporting Object.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
October 29, 2019, 04:06 PM
AMC2
Chuck - Yes, I'll probably just do them in the text editor in App Studio...I can just open them up there and add the -INCLUDE.


WebFOCUS 8.2.06
SQL Server
HTML, PDF, Excel, etc