Is everything loaded for a visual overview that uses the conditional page show option (even for pages that do not meet the show condition)? Or is only the information loaded in the backend for the pages that meet the show condition?
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/miscellaneous/Conditionally_showing_or_hiding_a_page_of_a_Visio_drawing.html
Hi Brecht,
Pages are being initialized upon showing them in the Visual Overview. It's the initialization phase that requests data from the DMA (either through requests or subscriptions). Pages that have not been opened (or in your case that are hidden) will not request data.
Note that opening another page from the same Visual Overview will not deinitialize the previous page. Pages are only deinitialized upon closing the card.