When you add a widget, by default, it will be "No Selections".
To set value for Initial Selections, edit JSON dashboard and looks for steps, add "start": with the value. Make sure the value is available in the list.
Now, back to the UI, and check the Initial Selections
Preview the dashboard and check the initial value will be the same as the value we put in JSON.
We can do the same for Date selector. Edit JSON and looks for the related step. Below sample, if you would like to set the date range with current quarter.
This is the result when you run the dashboard, as we set in JSON, initial selection will be from current quarter to current quarter, you can change it to year, month, week, or day, or also using the absolute date.
However, if you hate to edit JSON code for this you can set the initial value from UI too, click ... button next to save icon and select Pick Initial Selections, then select date selector or range selector or list selector to set the initial value, this activity will edit the same JSON at the back end.
Reference:
If have a list of Users. Is it possible to set the Initial Selection as the user who is viewing the dashboard?
ReplyDeleteThank you,
check out this blog https://www.simplysfdc.com/2019/10/einstein-analytics-auto-filter.html
Delete