Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Someone please explain me what is the difference between Raw and Shown Value property of a variable.
Thanks,
Rakul.
In what context have you encountered 'Raw' and 'Shown Value' for a variable?
Is it the COM-API you are referring to?
I guess you are - so here goes:
A RawValue is the stored value - not evaluated value of a variable.
Whereas the ShownValue is the the evaluated variable value.
I was referring to the API guide and came across shown value and raw value of a variable.
Yes
LET Test=5+6;
So can I consider 5+6 as Raw Value and 11 as Show value. I tried it out using a vb macro but still now getting any value for the RAW value. Can you explain the difference with an example?
Thanks,
Rakul.
Try
SET Test = '=5+6';
and retrieve the raw and show value using the API
I tried with SET ='=5+6' and got Raw value as =5+6 but no value for Shown value.
Hi Petter,
Please shed some lights on Shownvalue, I tried multiple scenarios and I m still getting it as blank. I m still not sure what significance it brings to Qlikview.
Thanks,
Rakul.