blackrobin81
Programmer
My Requirement is as follows :
We have a package. In that package there are 3 namespaces namely a,b,c Each namespace has about 10 query subjects with one measure and all the three query subjects are not related to each other.
We want to write a condition in event studio based on which the report would be triggered.
Pre-requisistes for the conditions are as follows.
1) If namespace a has a query subject named revenue with value = 100000
2) namespace b has query subject sales with value = 5000
3) namespace c has a query subject quantity with value = 4000
If value of all three query subjects (given above) in each of the namespace reaches the thereshold value (value specified) then the report should be triggered. i.e if
If revenue = 100000 and sales = 5000 and value = 4000 then only report should be triggered.
If any one of the query subject dose not match the threshold value then the report should not be triggered
e.g if revenue = 100000 and sales = 3000 and quantity = 4000 then report should not be triggered.
We want to write a condition only when all three query subjects match their threshold value.
Please kindly help as this we are going LIVE in 2 days time and we have not found out a solution.
We have a package. In that package there are 3 namespaces namely a,b,c Each namespace has about 10 query subjects with one measure and all the three query subjects are not related to each other.
We want to write a condition in event studio based on which the report would be triggered.
Pre-requisistes for the conditions are as follows.
1) If namespace a has a query subject named revenue with value = 100000
2) namespace b has query subject sales with value = 5000
3) namespace c has a query subject quantity with value = 4000
If value of all three query subjects (given above) in each of the namespace reaches the thereshold value (value specified) then the report should be triggered. i.e if
If revenue = 100000 and sales = 5000 and value = 4000 then only report should be triggered.
If any one of the query subject dose not match the threshold value then the report should not be triggered
e.g if revenue = 100000 and sales = 3000 and quantity = 4000 then report should not be triggered.
We want to write a condition only when all three query subjects match their threshold value.
Please kindly help as this we are going LIVE in 2 days time and we have not found out a solution.