Solved
I'm working with views and I'd like to show a chart only when a runtime varible has specific value. How can I do that?
I'm working with views and I'd like to show a chart only when a runtime varible has specific value. How can I do that?
Best answer by marc.v
One possible setup is by having 3 views:
- The main view where you plan to display or not the graph.
- A view containing only the graph.
- An empty view.
Then, you can add the embedded view component in the main view and customize it with the logic you mention regarding the value of the variable to display the view containing the graph or the empty one.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.