Skip to main content

I am trying to set rules on showing or hiding buttons based on results of a SQL Request and the delay of the results cause unfavorable showing and then hiding of the buttons. Trying to capture that the SQL Request has completed then invoke the rules

.

Have you tried using a Calculation field to point at your SQL field and then use the rule on that Calculation field, instead of directly off the SQL field.


I have the rule set on the calculated field already. The rule is applied before the SQL Request finishes then after the SQL Request finishes the rule is reapplied. This, depending on the result, cause the submit button to appear then disappear.


Reply