on 2011 Dec 20 10:24 AM
Dear all,
is there a possibility to save the current view settings in 7.5 in a user specific way?
So that depending on the user, the selections in the current view can be saved either locally on the user's client or within BPC.
Appreciate your help
Tammy
Request clarification before answering.
With the help of VBA MACRO(EvMNU & SETCV) you can achieve this . But you might need to hard code user ID 's in the template , which is not best practice . Another draw back is,scope of this solution is template . ie in every template you might need to place this MACRO . If the requirement is with less number of users & there are less number of templates , you can go with this approach .
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nilanjan,
User ID needs to be hard coded in template and maintained in table with below format. Based on logged in user corresponding CurrenvtVIew parameter can be picked with VLOOKUP . And this value can be passed to EvMNU function.
USERID CVParameter
USER1 Category=FORECAST;ENTITY=E1
USER2 Category=BUDGET;ENTITY=E2
Hi,
I dont think you can save separate CVs for different users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.