Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a value that I have calculated in my script as >> 24,93051 <<.
Script settings are:
>>>>>>>>>>>>>>
SET ThousandSep='.';SET DecimalSep=',';SET MoneyThousandSep='.';SET MoneyDecimalSep=',';
<<<<<<<<<<<<<<<<<<<<<
So the comma should be used as decimal_separator - I know that QlikView calculates with the opposed settings internally. Right?
So when I type
>> round([that value], '0.0001' <<
should not that round the output to four decimals?
Well, it doesn't. Instead this gives me 0.0025 or something.
So what do I have to do to get this value rounded to four decimals?
Thanks a lot!
Best regards,
DataNibbler
Thank you for being so patient and helping! You helped me along a lot.