Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I am using 2 objects in attached application, given below expression example is object 2 and its working fine
=avg({$<RCH_Path1={'C:London Outlook, K:Exchange-RT_SendAndReceiveMessage, S:Response Time (TF00817 to EXCHANGE01)'}>}RCS_ActualValue),
but when i am using variable in object1as given below expression then its dont show the chart
=avg({$<RCH_Path1={$(#varpath1)}>}RCS_ActualValue),
kindly guide me what happening here.
Regards,
Zain.
 
					
				
		
 lironbaram
		
			lironbaram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hei
all you need to do is write the expression like this
=avg({$<RCH_Path1={"$(#varpath1)"}>}RCS_ActualValue)
so the Formula recorgnize the varaible as text
 
					
				
		
 lironbaram
		
			lironbaram
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hei
all you need to do is write the expression like this
=avg({$<RCH_Path1={"$(#varpath1)"}>}RCS_ActualValue)
so the Formula recorgnize the varaible as text
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hello
u can use this formula
=avg({$<RCH_Path1={'$(#varpath1)'}>}RCS_ActualValue)
this is working.
thanks
Sunil Chauhan
 
					
				
		
Thankyou very much, i got result.
Regards,
Zain.
