Subject: RE: Outline entry and negative hide-when formulas?
I thought I gave all the details… but here’s more.
I have an outline embedded into a form. Just above the embedded outline, I have a “Computed For Display” field with the following formula: @UrlQueryString(“section”).
I receive a “section” parameter into the URL. (Could have many different values, including “schedule”, “prod report”, “budget”, …)
In my outline, I have the same amount of entries (“schedule”, prod report", “budget”, …).
On the “schedule” entry, I have the following hide-when formula
section!=“schedule”
With this formula, my entry is hidden even if “section” is worth “schedule”… which is incorrect.
If I do this opposite on my “shedule” hide-when:
section=“schedule”
Then, my entry is hidden when my field is worth “schedule”, which is correct, and shown when the field is worth “prod report”, which is correct too.
So, It may be a “subjective judgment” on my part, but how do you explain it?
As for your two suggestions:
1- I don’t have to refresh the page, since my field is evaluated before the outline. (my field is above that outline). I used that same technique to create “dynamic” embedded view from a parameter in the URL.
2- The value does have the correct value, I see it on the page, and when using a “positive” condition, the hide-when works as expected.
As a final note, I wrote in the main post some links to other people experiencing the same problem. I’m using 6.04… we don’t have 6.5.x yet… maybe that problem was fixed in 6.5.
Unless you prove me wrong, I still think that this is a major bug.
Thanks!