Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Team
I Have a value in the field and value in a varaible i am trying to write and set analysis to see if one value is greater than other its not working
can you please help me with this
HGB_VAL=8.7
$(vHGB)=5
count the Unique_Blood_Unit
formulae i have written is
=count( {<HGB_VAL={">=$(vHGB)"}>} Unique_Blood_Unit
Thanks In Advance
it is realted to data
NO This did not help
Naveen,
It is working in my case, just check your expression
vHGB= 5;
=count( {<HGB_VAL={">=$(vHGB)"}>} Unique_Blood_Unit)
Regards