Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey community,
I have recently upgraded our QlikView Server and Desktop Client to version 12.10 SR8
After the upgrade I have noticed that using the name of columns in the expression of other columns is not working anymore.
See example below, where the expression Price * 0.1 returns Nulls
When changing the expression to column(1) * 0.1, I get the expected result.
Any thoughts about why using the Name of the column is not working?
Many thanks,
Carmen
do you have a field in your data model named price?
I've recognized also
Try putting the column name between squared brackets::
[Price]*0.1
I also have version 12.10 SR8 and for me it works either way:
Try with : "Price"*0.1
Dear All,
Thanks for your help. I did some more tests and it seems that the Problem happens in only documents with Direct Discovery.
In other documents where Direct Discovery is not used, I can create expressions based on the labels of other expressions with no Problem.
Could you guys please make a test as well and check if you can use labels in expressions in a document with Direct Discovery?
Many thanks,
Carmen