graphs cover table view
Hello,
I have some workflows which result in a selection for which I let the graphs come out automatically. My customer also wants the table view for the selection to show by default. Unfortunately, the table view is covered completely by the graphs. There is also no button to toggle between the two views. Only after closing the graphs, the table becomes visible. Is there a possibility to make some kind of split screen between the table view and graph region?
I'm using Essentials 4.6.3.24 and Viewer for HTML5 2.7.2 for this project.
Wout
0
-
Hi Wout,
There aren't any easy out-of-the-box options to tile the two together. For more information about regions in the viewer, you can read up here (https://docs.geocortex.com/essentials/gvh/latest/admin-help/Default.htm#gvh/admin/regions.htm) . I think it's likely possible, but would take custom work to achieve.
Toggling the two is easy to do though:
Command: ActivateView
?Command Parameter: ResultsTableView
Command: ActivateView
?Command Parameter: ChartingView
You can put those into a button on your viewer toolbar, or use buttons a DisplayForm in the workflow. For the DisplayForm option, you would probably want to have the workflow check which button was used, then run the correct command from a RunExternalCommand activity, and then loop back (flowchart arrow) to show the form again. As long as both the chart and the results table have been opened, running these commands will switch the active view.
Hope that helps!
-Amanda0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar