Hi @withdave
Following the latest Reload Analyzer update and the changes applied to the Data Load Editor — performed according to the configuration PDF — some fields are no longer available within charts, causing multiple dashboard objects to stop working correctly.
After the reload of the new version, the following fields are no available in chart measures/dimensions:
ReloadDurationNum
ReloadInCMFlag
ReloadWeight
The following charts/objects are currently not working or returning errors:
- Sheet "DashBoard" -- Object Reload Total Duration CM and Object Reload by Weight
- Sheet "Schedules & Durations" -- Object Reload Total Duration CM and Object with the following expression:
='Avg Daily Total Reload Duration: '
& Interval($(vAvgReloadDurationPerDayCM),'hh:mm:ss')
& ' | Forecasting at '
& Alt(Interval($(vForecastReloadsMax),'hh:mm:ss'),0)
& If(
$(vCheckForReloadDurationLicense),
' ('
& Round(
( $(vForecastReloadsMax)
/ Interval($(vReloadDurationQuota)/24)
) * 100,
.1
)
& '% of Quota)',
''
)
Could this be due to a specific issue?
Thanks for your help
Luca
Hi @withdave
Following the latest Reload Analyzer update and the changes applied to the Data Load Editor — performed according to the configuration PDF — some fields are no longer available within charts, causing multiple dashboard objects to stop working correctly.
After the reload of the new version, the following fields are no available in chart measures/dimensions:
ReloadDurationNum
ReloadInCMFlag
ReloadWeight
The following charts/objects are currently not working or returning errors:
='Avg Daily Total Reload Duration: '
& Interval($(vAvgReloadDurationPerDayCM),'hh:mm:ss')
& ' | Forecasting at '
& Alt(Interval($(vForecastReloadsMax),'hh:mm:ss'),0)
& If(
$(vCheckForReloadDurationLicense),
' ('
& Round(
( $(vForecastReloadsMax)
/ Interval($(vReloadDurationQuota)/24)
) * 100,
.1
)
& '% of Quota)',
''
)
Could this be due to a specific issue?
Thanks for your help
Luca