on 2015 May 11 10:11 PM
Hi Guys,
My user wants to see only those customer who have revenue for the current year only in BEX.
How can I achieve that?
Regards
Prashant
Hi Prashant,
Create selection like below
Thank you,
Nanda
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Prashant,
Let's call your SINGLE input variable as ZYEAR..
1. Create two (2) RKFs..
RKF1:
Revenue KF
Calyear restrict with variable ZYEAR
RKF2:
Revenue KF
Calyear restrict with variable ZYEAR (EXCLUDE - tick the red square)
2. You may do either of these:
2.a) Create a FORMULA and enter this:
(RKF2 > 0) * 0 + RKF1
Then just suppress the zeroes so that they won't appear..
OR
2.b) You create a CONDITION for RKF2 = 0 so that only those customers who have transactions for the year entered in the variable will appear..
NOTE:
You may use and KF as long as it will input greater than 0 if a customer has transaction..
Regards,
Loed
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.