Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
On selecting the master item, the display name is not getting displayed.
I created a master item joining two fields. On selecting the dimension, the formula is getting displayed. Could you please commen ton this behavior?
Attaching the screenshot.
TIA,
Vishnu
Hi Vishnu,
Try to do this concatenation at time of data loading in Load script and give an alias name there like this,
Load
....
...
HCP_FIRST_NAME &' ' &HCP_LAST_NAME as "Name"
Hope this Helps you in solving your problem.
Thanks,
Lakshmikandh
In sense fields that can utilise functions have FX to the right on the input box. I.e. On the appearance->title property you will see FX. Therefore this label can evaluate a function. However the label for measures does not have the FX indicator. Therefore it won't be evaluated.
Thanks for the reply.
I did it in the load script but i want to know why this was happening.
Best,
Vishnu
If you do this in expression it will show in the selections bar the full expression , dont know the reason behind this particular behavior in Qlik, for all the fields which you are doing calculation in expression even you give label in selection bar the label will not show.