cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with context calculation

Former Member
0 Likes
281

Dear all,

I'm facing another context calculation problem in BO.
I created a table with one calculated field as a Dimension.
At the end of this table, I'm summing up this field, counting the number of unique IDs and building the average based on these numbers:

This works perfectly and the calculation is correct. I put the formula for the "Avg days per ID" calculation directly in the cell:

=(Sum([DaysBetween])/Count([Reference Number];Distinct))

Now I want to display this very number (2.44) on a separate tab in this document. Every time I try to create this formula and save it as a variable and put it into any other place than at the bottom of this table it gives me a MULTIVALUE error.

How can I reference to this table to put the formula into context?

Thanks in advance for your help!

View Entire Topic
Former Member
0 Likes

You can modify your formula like below if you do not have a block level filter.

=(Sum([DaysBetween]) In Report /Count([Reference Number];Distinct) In Report)


Regards

Niraj