Qlikview filtering specific value in column -


i have column has 2 values import , export

in bar chart want include import, how can filter in expression?

<type = {'import'}> 

how can in qlik?

to number of "imports" use:

count({<type={'import'}>} import) 

or

count(if(type='import', import)) 

the later slower on big data sets, has advantages not ignoring selections in "type" field.

use 1 uits usecase


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -