Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to fetch numbers before and after decimal places in qliksense. I used the syntax
num(Share% ,'####.##', '.', ',') as Share_HPPD_Percent
but I can not retrieve the value which is less than 0 percent (for example 0.08 or 0.99)
num#(Share% ,'###0.00', '.', ',') as Share_HPPD_Percent
num(Share% ,'###0.00', '.', ',') as Share_HPPD_Percent
num#(Share% ,'###0.00', '.', ',') as Share_HPPD_Percent
Thanks !!