This is the original list.
This is my new List.
@Sravan_Kumar
I don't see any structural problems with the formula but I have a few suggestions.
1. Break up your formula into the component parts (this is suggested in the PLANS methodology). This will help you determine where the error is.
2. Don't use list properties. Create a system module. This is a much better way to work with the properties of the list. More efficient, and easier to work with formulas. DISCO!
You are missing single quote signs ' in your formula, it should be VALUE(NAME(ITEM('02Hours'))) - 1
However, as @JaredDolich already indicated, try to follow best practice and create System Module to perform any calculations and store attributes instead of creating properties. As one of the reasons, it would be also easier for you to write the formula after typing VALUE(NAME(ITEM( you can then just click on the list name. This way, you will always get proper list name and add single quote signs automatically. It will make things easier for you!
Thanks @JaredDolich.
As always you are the Messiah.
Exactly.
It was my mistake.
Thanks for explaining.
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
Hi I'm looking to speak to people who have used/are using the Docusign integration in their business. We are exploring the possibility, but we find the current setup quite limiting in terms of how an end user would interact with the integration, but also issues with concurrency and number field formats. Would appreciate…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…