Hello everyone, on my activity, the totals for the other expenses are not populated as the same with the should be result in the activity. Here are some screenshots.
This is my model:
This is the should be:
Any solutions to this? Thank you
Hi, Check if Forecast ? boolean in SYS09 module. In all the line items the if SYS09 Forecast ? is effecting the output and as the data in Data module is 0 so it in line items data is coimg '0'. Check Forecast ? lineitem.
Hey @SriNitya, yeah it is already in Boolean format please see attached screenshot. Thanks
Hi @alexistivi There are few possibilities here. 1. Values wont exists in OTH01 module
2. DATA01 P&L Module doesnot have values.
3.Dimensionality differences between OTH01, DATA01 and to the REP03 module Let me know if any of the possibility exists in this scenario. Thanks Pujitha
Hi @PujithaB, thanks for the response. DATA01 P&L Forecast version has no values due to the imported data that has no Forecasted values.
@alexistivi Great to know that you are able to trace back with the points provided.
Check the data in OTH01 Non Employee Expenses Module
Hi @PujithaB i am unable to get the right total in the module,
my module has values in forecast where it was mentioned that it should have no value.
due to this while filling the formula in the REP03 profit and loss report it is taking reference from here rather than OTH01 NON EMOPLOYEE EXPENSE
KINDLY GUIDE ME HOW TO CORRECT
I am sharing the screenshot in a order for you to see
this is where the forecast should have no value as mentioned while importing the data.
this is the answer i am looing for attaching below
this is what my report is showing
this is my setting for the forecast
this is the value it is supposed to pick form this module for it to work right
as per this formula
IF 'SYS09 Version Details'.Forecast? THEN 'OTH01 Non Employee Expenses'.Shared costs ELSE 'DATA01 P&L Actual and Budget'.Shared Costs
kindly help
Hi @yogendrsingh5july did you find the answer for the error you got, I'm getting the same error.
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β¦
I have this template to import back to my module By right it should match the module because the time format is the same as the module the only difference is that in the excel file there is a seperator. M-Y. Thus logically to me it should be But when i run the action using M-Y and match names both result in an import errorβ¦
Hi everyone, I was trying to Retrieve a Line Item (Boolean) using TIMESUM as formula to another module by using ANY. This Boolean LI has A,B,C as dimensions. My target module has only A as dimension. In order to use a reference module for mapping, does this reference module had to have A,B and C as dimension or just Aβ¦