What you need is a foreach command
http://docs.splunk.com/Documentation/Splunk/6.1/SearchReference/Foreach
Something like this
your current search giving above output |  foreach * [eval <<FIELD>>=round('<<FIELD>>',2)]
					
				
			
			
				
			
			
			
				
			
			
			
			
			
		What you need is a foreach command
http://docs.splunk.com/Documentation/Splunk/6.1/SearchReference/Foreach
Something like this
your current search giving above output |  foreach * [eval <<FIELD>>=round('<<FIELD>>',2)]
					
				
			
			
				
			
			
			
			
			
			
			
		tks, that exactly what I was looking for