Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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?
='TEST_CASE_STATUS=' & chr(39) & 'Testing Evidence' & chr(39) & '=TEST_EXPIRATION_DT=' & chr(39) & Date(Today(),'MM/DD/YYYY') & chr(39)
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
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.