Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button Expression

Hi,

Please help me with the below syntax.  I am using this inside a button and it is not working.

='=TEST_CASE_STATUS=' & chr(39) & 'Testing Evidence' & chr(39) & '=TEST_EXPIRATION_DT=' & chr(39) & Date(Today(),'MM/DD/YYYY') & chr(39) 

Thanks,

Sudha.

4 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

What do you want this button to do? and where do you use this expression? It seems to be made to display an extended text on the button face, correct?

sasiparupudi1
Master III
Master III

='TEST_CASE_STATUS=' & chr(39) & 'Testing Evidence' & chr(39) & '=TEST_EXPIRATION_DT=' & chr(39) & Date(Today(),'MM/DD/YYYY') & chr(39) 

swuehl
MVP
MVP

You are using this expression as button text, and the text is not shown? Or partially not shown?

'...is not working' is not a good error description

Not applicable
Author

Hi,

Please see the attached qlikview document.  Giving two individual actions within the button is working fine.  When I convert the same into an expression, it is not working.  Maybe I missing some syntax.

Thanks,

Sudha.