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
We are going to implement this via a set of "SharedData" cmdlets that will allow you to create and cache data in a very simple way and use it between multiple endpoints. The initial dev is done but will be testing and finishing up the feature for 1.6.0.
Hi,
I am using an UDChart and UDGridData with AutoRefresh
Both are running the same function (Get-Compliance) to display data in the chart and grid.
Is it somehow possible to call the function only once, for both, but to get also AutoRefresh to work?
Because now I am using it like so:
Get-Compliance | Out-UDGridData
Get-Compliance | Out-UDChartData
I could call the function on top of the UDPage, but how should I do it for AutoRefresh?
Thanks
The text was updated successfully, but these errors were encountered: