Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
FYI, in the the Tutorial.qvw the when I sum the area of km, in the top the total is coming in a infinitive value.
How to correct the error?
1.3292088e+008
It's not an error, it is an format. Go to tab numbers in the properties for this object and changed the format.
- Marcus
Hi Marcus,
Yes, I tried changed into number still no help?
Regards
Chriss
You could use a format-function therewith all elements shows the right format, perhaps so:
= num(Sum([Area(km.sq)]), '#.##0', ',', '.')
- Marcus
Hello Marcus,
Thanks a lot.... awesome, it works fine...
Regards
Chriss