We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by JATDALTON July 29, 2024 I am looking to create a forecast measure to calculate total volume.
In my scenario we are forecasting units, which is working great. We have the volume for each item set and we would like to also calculate the volume.
From the documentation it looks like it should be as simple as
forecasttotal * item("volume")
However this is causing the demand plan to fail.
Hoping someone can help me with the correct syntax.
The text was updated successfully, but these errors were encountered:
Expression doesn't compile.
Sorry, something went wrong.
No branches or pull requests
Discussed in #665
Originally posted by JATDALTON July 29, 2024
I am looking to create a forecast measure to calculate total volume.
In my scenario we are forecasting units, which is working great. We have the volume for each item set and we would like to also calculate the volume.
From the documentation it looks like it should be as simple as
forecasttotal * item("volume")
However this is causing the demand plan to fail.
Hoping someone can help me with the correct syntax.
The text was updated successfully, but these errors were encountered: