Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have chart which contains jobname and Execution_status .
I want to show jobnames whose Execution_status ='E' by button Click .
I tried button action and set a variable with expression Only({<Execution_status={'E'}>}Jobname)
But i didn't get desired result .please clarify me where i am wrong .
Thanks
Hi sunindia
Your suggestion is working even with out quotes.
Could you please clarify how we are getting same results with and with out quotes.Generally quotes are used for search.
Thank you
Based on my understanding this -> ='E' in a text box would be evaluated to E. So either you use ='E' or E should mean the same thing. There must be a more detailed reason, but I usually look at the search string from the point of view of a text box object.