Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to filter table to display just one row.

In the attached sample I have a table which has five rows.  I am trying to figure out how to create a table that filters out the five rows to a single row which is represented by column "A"  the wellname.  Example want to be able to create five charts that represent each individual row.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Sure, ok. It's a straight forward Copy/Paste. Here you go!

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,

One approach would be to hard code the value using set analysis:

sum({$<Wellname={"Cyclone CJ"}>} BOPD)

..or whatever you want to sum up

Not applicable
Author

Thank you for the quick response.  Can you attach an example of the set analysis example.  I tried in test.qvw but could not get it to work.

Anonymous
Not applicable
Author

Sure, ok. It's a straight forward Copy/Paste. Here you go!

Not applicable
Author

Thank you very much!