Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Sure, ok. It's a straight forward Copy/Paste. Here you go!
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
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.
Sure, ok. It's a straight forward Copy/Paste. Here you go!
Thank you very much!