Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am trying to pass multiple values into variable and clear variable selection
not working
my Variable
vGabbro=DeveloperDesc
i use Expression
=(Sum({$<CargoTypeDesc={'GABBRO'},DeveloperDesc={'$(vGabbro)'}>}EstimatedQuantity))
=(Sum({$<CargoTypeDesc={'GABBRO'},DeveloperDesc={'$(= vGabbro)'}>}EstimatedQuantity))
i tried both the ways
default variable should select all developers but it is not
i miss tick help me please
Thank you Thirumala,
i added some data i just made Estimation/2 as ActualQuantity
still it's same
i don't find how to make my new attachment hear but it same no change
set your variable vGabbro to the following value including the =
=chr(39)&'ASHGHAL'&chr(39)&','&chr(39)&'RAIL'&chr(39)
your set expression should be as follows
Sum({$<CargoTypeDesc={'GABBRO'},DeveloperDesc={$(vGabbro)}>}EstimatedQuantity)
hth
Sasi
Thnak you very much sasidhar, it works fine
one more step i need ,how to clear variables after choosing one value
HI Sasi,
I need to build 10 variables like Gabbro,Limestone, washsand,nijansand..........
it is working for only first one ,developers for all materials are same (ASHGHAL and RAIL)
I am building like this
My developers :ASGHAL, RAIL, two more but they no data , i just prepare sample data
1st Gauge is GABBRO
2nd is LIME STONE
3rd WASHSAND
4th NIJAN
......
...
50 is for the developer % when i click number gauge should filter for the developer..
but it my gauge is not showing initially,it showing "Allocated Memory Excited"
Any help guys it will be a best dashboard if i can achieve this functionality..please help
Can you check the attached. Used Kush's expression and added to the variable
HI Sunny Thank you very much for responce
i see same thing when open
There was a trigger which changed the variable, try now