Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a list box containing
last 12 months,
last 9 months,
last 6 months
last 3 months
information. I've set an action for the field of the list box, which will make time selections according to the selection made. This works fine.
Instead of selecting the list box item manually, I've set another trigger to select list box item on sheet activation. So This selects the list box item, and once list box item selected, field event actions must be triggered. Unfortunately this fails. The required time selections is not made upon sheet activation.
In short,
Sheet activation triggers list box selection
List box selection triggers time selection (FAILS)
When this is done manually,
List box selection triggers time selection(WORKS)
So what could be the cause of this, how can I deal with this?
Hi,
Instead of triggering an action by another trigger action, I used parallel triggering by simply adding the required action to the first trigger as a secondary action.
Regards.
Hi,
Instead of triggering an action by another trigger action, I used parallel triggering by simply adding the required action to the first trigger as a secondary action.
Regards.