Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Alert condition

Hi,

I need to check the sales of each country and if any of the country has sales less 3000 then a message should be displayed.

How to do this using alerts?

24 Replies
rohit214
Creator III
Creator III

hi

Can you Plaese tell me how do you dot that...

means how do you show the alert

thanks & best regard

rohit

Not applicable
Author

Hi Rob,

where do I define the search condition which you wrote above?

what do I write in the field where I define which text should be written in the alert mail? Now I have <=Country & ' has Sales less than 10'> (without the <>) but in the mail the place of Country is empty...

Thanks,

Martin

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You define the search condition in the Country listbox. Just as a standard search like:

=Country=sum(Sales)<10

Save this as bookmark. Then specfify this bookmark in the Alert definition.

You are probably getting an empty Country in the mail because you have more than one Country. Try

=concat(Country, ',') & ' has sales less than 10'

-Rob

Not applicable
Author

Hi Rob,

thanks a lot, that works great.

I just have another question: Did I get it right in other discussions that alerts (batch-mode enabled) are not fired when the reload is executed by the qlikview-server??? If yes, is there a chance without macros for a workaround?

Thanks,

Martin

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

There have been problems discussed on the forum, but batch mode alerts work for me on the server.

-Rob