Hello, I’m working on a map visualization in SAS Viya, and I want to ensure that the map doesn’t load any data until specific filter values are assigned by the user. Currently, the map starts loading data as soon as it is initialized, which is not the desired behavior. My goal is to delay the map's data loading until the filter conditions are explicitly set. For example, the map should only display data after the user selects values in the filter controls.
... View more