You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To change scope from /mobile folder to all folders do the following:
In Class: MDX2JSON.REST
In ClassMethod: GetDashboardsList()
Replace string SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition WHERE folderName = 'Mobile'
With: SELECT title, fullName As path FROM %DeepSee_Dashboard.Definition
Do not filter dashboards (currently only listing dashboards in "mobile" folder).
The text was updated successfully, but these errors were encountered: