Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Oskar_vl
		
			Oskar_vl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hey Community,
I try to bring two values, one abolute and one percent value in the value description.
Here is the abolut formula:
=num(
sum(
{<
[name]={'production'}
>}
[endtime]-[starttime]
)
*24*60
,'#.##0 Min. $(vProductionPercent) ')
I try it with a variable but then i get two extra 00 in my value. Below how it actualy look like and how it should look like.
Any ideas?
Thank you very much
greetings Oskar
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 Oskar_vl
		
			Oskar_vl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This is the formula you see on the right in the Chart.
When I use this the description it is perfekt bud the value itself is missing.
num(
sum(
{<
[name]={'production'}
>}
[endtime]-[starttime]
)
*24*60
)
,'##.##0 Min.')
&
'$(vProductionPercent)'
