Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
931 Переглядів

I'm trying to add a column to my P&L report to show each line as a percentage of total revenue.


What I tried.


  1. I added a percent column.
  2. I added a formula line to the Net Profit line.
    1. (REV_COPY.balance + OIN_COPY.balance - COS_COPY.balance - EXP_COPY.balance - OEXP_COPY.balance - DEP_COPY.balance)/ REV_COPY.balance * 100

The problems.

  1. When the revenue is zero I get a divide by zero error. AI recommended N(REV_COPY.balance), but that is causes and error "Could not expand N"
  2. When trying to add this formula to the expense lines I get an error. Groupby feature isn't supported by aggregation engine.

Where am I going wrong? Is there documentation on how this works?

Аватар
Відмінити
Найкраща відповідь

I also face the same problem. Can anyone help? Thanks

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
жовт. 25
134
2
жовт. 25
263
1
жовт. 25
281
2
жовт. 25
410
0
жовт. 25
6