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
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
