Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I have an application with many charts and tables.In one of my table I have displayed data with year and month followed by other details.But only one of my user wants quarter also added.the table view with year quarter and month
.I can do this by creating a new app and do the changes and publish to him only,but how can I do it in a single application can anyone help me?? only if that particular user opens he should get the quarter view added and the rest of the users should get only the year and month view of that chart in that particular sheet.
Is this possible?? can someone guide me?? please??
Sahana
Hi,
Add the required dimension and Use Enable Conditional option in Dimension tab and give
=osuser() = 'XXX'
Replace XXX with the user name.
Now when user XXX access the Dashboard new column will appear for other users it is not shown.
Regards,
Jagan.
can anyone please help with the above issue ??
Hi,
You can create a separate object in the same application and use osuser() to show this object to the user that requested you.
Regards
ASHFAQ
Hi,
why u can not use drildown option in ur chart so that user can make selection as per their need.
Thanks
Hi Ashfaq,
Can you please give some example for this so that it will be clear.
Thanks
Hi,
Add the required dimension and Use Enable Conditional option in Dimension tab and give
=osuser() = 'XXX'
Replace XXX with the user name.
Now when user XXX access the Dashboard new column will appear for other users it is not shown.
Regards,
Jagan.
thanks a lot