|
Query |
Response | |
|
I'd like to build a dashboard on products' sales where available filters' contents should vary according to the logged user. How can I do that? |
At SDK Level, You can filter the dashboard based on the current user by passing the current user within filterParameters API. Passing the parameter will filter dashboard at the initial render itself. To know more about the filterParameters follow the below link
To filter the dashboard based on the filter parameter using the filterParameters API pass the current username as in the below code snippet
At Dashboard Designer end, We can achieve the requirement – “The data need to be displayed based on the logged user” with “User based filter” feature of Dashboard Designer application.
Please refer the below link for more details to achieve your requirement.
Please refer the below UG documentation link to know more details about configuring user based filter.
| |
|
Is it possible to integrate the dashboard with a VB.NET application so that I could invoke the dashboard from the application and pass some parameters? |
Yes it is possible to integrate the dashboard with VB .NET application. Please find the sample to embed the dashboard in VB .NET application
|