Hi,
My Idea is to broadcast a BEx query only if my condition meets.
Please find my idea in detail below.
Data which I am going to load in my cube looks like below, which will come as a flat file every day.
Store No | Store Name | Amount | Counter |
1000323 | Store 1 | 100 | 1 |
1000414 | Store 2 | 200 | 1 |
1000321 | Store 3 | 300 | 1 |
Store 4 | 150 | 1 | |
Store 5 | 250 | 1 |
My Cube contains four objects ( 2 CHAR's and 2 KYF ).
Every day I will load a new data into my cube and by deleting previous day's data.
I would like to send a report to my business, only if we receive data with missing data in Store No field.
My idea is to create a Bex query with Store No as "#" and I will keep a condition on Counter Key Figure as GE 1.
Every day my Bex Query runs and it checks if Key Figure is GE 1 then, If its is GE 1 then it needs to trigger a mail to some mail id's or else not.
Is this Achievable in BEx ???
Regards,
Anil