-
Re: Performance of private embedding
@MattTheGuru Hi again. We are going to go down the route of lazy loading the boards into iframe. If the iframe has been alive for a while we want to refresh the dashboard. Ideally we don't want to re…1 -
Re: Performance of private embedding
@MattTheGuru Thanks for your suggestions. Yes we had cached the access token and that does improve things a bit but on the second call the authentication is slightly quicker anyway. The dataset is qu…1 -
Re: Embedded dashboard filter bar
Hi @JohnMiller , thanks for getting back to me. The main use of the filter bar for our users would be the global data selector and predefined filters we have added. It looks quite bare when defaulted…1 -
Re: Number Format issues at dashboard/instance level
Have upvoted this as absolutely crucial for us to have this at instance level which would hopefully then impact every element. Our customers love to export tables to Excel and without the separators …2 -
Re: Grand Total summing the percentage instead of calculating
you'll need to aggregate the data in the beastmode when calculating the variance like below (sum(Column) - sum(Column 1)) / sum(Column 1) *100 I suspect you may just be doing (Column-Column 1) / Colu…3