How to get the count of values satisfying a particular condition in text object?
I have a set of values(which depend on the state code) which I want to compare against a fixed value(nation code) and then display in a text object, the count of all values which are greater than the fixed value.How can this be done in qlik view?
it is similar to excecuting a for loop in C programming.