Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello friend,
Please check the following snapshot and conditions-
If user selects ''DOM' button in combination with "FORM" button then the Analysis chart should show error message. The chart should be visible for other combinations like DOM - A, Ex - FORM etc except DOM-FORM.
So what condition should i use in Calculation condition..
Logical: DOM and Not FORM
if in your Buttons you Change variable Content you may use
(vDOM='DOM') and not (VFORM='FORM')
if your Buttons select fields you Need to define the field states according
the condition could be (replace fielda fieldb with your fields)
not (fielda='DOM' and fieldb='FORM')