This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit 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