Skip to main content

graphs cover table view

Comments

1 comment

  • Permanently deleted user
    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!

     

    -Amanda
    0

Please sign in to leave a comment.