Have graphs display different information without detach
Okay, so ideally what I want to do is display three graphs, one showing new reviews, one showing open reviews and another showing closed. I don't want to detach them as the sheet is connected to a database and on each reload the graphs detach.
So, I want a user to be able to go onto the sheet and view new, open and closed without having to put any input.
I though the way for this would be through a Select In Field in Dimensions, but I'm new to QlikView and am positively stuck.
You can probably use set analysis expressions to do this. In the set analysis expression you can specify which status (opend, closed, new) should be used for the reviews shown. Can you post some example data?