Hi everyone,
I have a Request page with two fields: One Boolean(XX1) and one Date field(XX2)(both have global variables as sources).
I want the date field to be visible only if I check the boolean field.
I created a global variable isChecked, set the property IncludeInDataset to Yes and wrote the following code in the trigger OnValidate of XX1:
isChecked=XX1;
Unfortunately, it is not working.
How shall I do?
Thanks in advance
Comments
Tried your suggestion but it didn't work.
After running the report, I check XX1 in the request page but XX2 remains invisible...
but for property Visible, it is not working
That used to be a workaround in NAV 2009.
P.S. I've not tried Mark's suggestion of using groups - I'll try that out sometime :-)