Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,All.
I have a question of this in Qlik or Sense .I load a table like this ,It shows a expression in the colum figure,
how to make it shows it's values like below and generate a new table .
Does it need a meature ?,Maybe, but I can't remember.
消息编辑者为:li dan
You can use the Evaluate function in the script:
T2:
LOAD *, Evaluate(purgechar(figure,'=')) as Result;
LOAD * INLINE [
ID, figure
1, =3*3
2, =2*3
3, =1*4
]
;
Thank you for your reply .I have tested ,the method evaluate can be used in the script ,but I want to find a method can be used in a table,please
Well, just for kicks then. Here's one from the Silly Tricks Department. See attached qvw.
Thanks for your reply , I tested and edited the question ,please look and help
See this discussion: Expressions in Fields