Skip to content

Reload Analyzer v4.3.2 - Missing Field #53

@caputi99

Description

@caputi99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions