Forum Discussion
Single Measure Alert
- Anonymous2 years ago
Hi Anonymous ,
I did some testing and this is my test data:I create some measures and put them both into the table visual and the card visual:
If I create the alert from card visual, it only has one ID:
But if I create the alert from table visual, it has several IDs:
So please try to create alerts from Card visual directly.
If there are still questions, please continue to contact me.
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks it works, why this happened?
Anonymous , just to add to the replies you've already had: if you create an alert on a table, then the alert will apply to each row in the table. For example, suppose you have the table below, showing sales per region. Suppose you set an alert on this table: "alert if sales become greater than $4m". Then you will get an alert if sales for any region become greater than $4m. I've shown below a simple sequence that would generate an an alert for the "West" region.
Yesterday: sales for all regions are less than $4m -- no alert generated
| Region | Sales |
| South | $1m |
| North | $2m |
| East | $3m |
| West | $3.8m |
Today: sales for "West" region become greater than $4m -- Data Activator alerts you for the "West" region
| Region | Sales |
| South | $1m |
| North | $2m |
| East | $3m |
| West | $4.1m |