Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
richard_chilvers
Specialist
Specialist

Alert Condition

I have setup an alert to check the value of a field called 'Finished'.

OnReload, QV clearly shows Finished has a value of 'Y'.

But, the Alert only fires off if the condition is

=Finished<> 'Y'

What are the restrictions on Alert conditions?

6 Replies
Anonymous
Not applicable

If you put [Finished] in a List Box on the dashboard to do only get a single value of 'Y' shown as selectable  or do you get other values shown as well ?

richard_chilvers
Specialist
Specialist
Author

Hi Bill

I get a single value of 'Y' in the list box. There is only one row in the table.

kkkumar82
Specialist III
Specialist III

Hi ,

Can you share the app.

thanks

Kiran

sujeetsingh
Master III
Master III

Load distinct values of Y in a table with resident load.

Then pass it to the variable and then write the Alert code based on the variable value.

richard_chilvers
Specialist
Specialist
Author

Thanks.

My script wasn't very good - by ensuring the right value within a variable, my Alert works fine. Thanks

sujeetsingh
Master III
Master III

Even if OKAY mark this ANSWERED please