This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
When I run into this kind of problem, I'll add a button that implements the hide when formulas as a series of @Prompts. In other words, if the hide when looks like:
@Contains(myField;"someValue") | otherField = "someOtherValue"
The button contains:
@Prompt([ok];"myField";myField);
@Prompt([ok];"otherField";otherField);
@If(@Contains(myField;"someValue");@Prompt([ok];"hit";"myField contains someValue");@Prompt([ok];"oops";"myField does not contain someValue"));
Etc. By doing this, you can break down your hide/when into bits and then see which bit(s) is/are causing the problem.
Feedback response number WEBB9D6FU7 created by ~Martha Lopjipyskioden on 11/05/2013