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
Post a Comment