Discussion Board for collaboration related to QlikView App Development.
I am unable to get the exact result when i'm passing the new variable to my column in Expression.
For Example, i have created one variable called vOrigin.
i have map one seleted fields with this vOrigin.
So ,
vOrigin - GetFieldSelection(EmpNo).
When i'm using the above variable in my Expression, i could not find any difference. it will always shows zero value.
Below is my Expression:
=Count({<[From]= vOrigin , [To]={'USA-CANADA'}>} DISTINCT [Country ID])
pls. let me know where is the problem in my count.