Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I want to make filter (List Box) for a particular field value without affecting the calculation. I want same calculation in qlikview Like LookUp(Attr(Field),0) in Tableau
You could try something like:
FieldValue('YourField', 1)
Sorry, It's not working
If it is not working, there is a high possibility that you are making something wrong in writing the expression, like:
If that's not the case, try to share a screen shot showing how exactly you are trying.
And how is your variable defined?
Variable description is,
=service_code&'--'&service_desc
Are you sure that - after evaluating this expression whatever it comes - is a fieldname ? Could you share a sample app?
yes, after evaluating the expression fieldname is coming. But result as i want, is not coming.