Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have Portfolios and Positions. Each Portfolio has many positions for some date.
I have daterange selection but I vould like to calculate the count of positions for selected Portfolio without taking into account date range selected.
How can I do that?
If you now have an expression like count(Positions), then you can make it ignore selection in a field by adding a set modifier. If your data field is named MyDate it would look like count({<MyDate=>} Positions).
For more information about set analysis see this document.
Please post a Qlikview file with (sample) data.
If you now have an expression like count(Positions), then you can make it ignore selection in a field by adding a set modifier. If your data field is named MyDate it would look like count({<MyDate=>} Positions).
For more information about set analysis see this document.