Good Afternoon all.
Would you be able to help me with what should be a simple formula.
I am trying to divide the results of two fomulas to calculate an average to then place in a crosstab.
Formula 1 - This is a DstinctCount in the crosstab
if {AVBRecordTypes.Description}= "Delivery Acceptance from PDA" then
{AVBTransactionLogPd.TxnId} else
tonumber ({@null})
Formula 2 - This is summarised as MAX in the crosstab
DistinctCount ({AVBTransactionLogPd.ActionDate},{Users.UserId})
In my mind the formaula should be
Formula 1/ Formula 2
but this is does not work
DannyB
Would you be able to help me with what should be a simple formula.
I am trying to divide the results of two fomulas to calculate an average to then place in a crosstab.
Formula 1 - This is a DstinctCount in the crosstab
if {AVBRecordTypes.Description}= "Delivery Acceptance from PDA" then
{AVBTransactionLogPd.TxnId} else
tonumber ({@null})
Formula 2 - This is summarised as MAX in the crosstab
DistinctCount ({AVBTransactionLogPd.ActionDate},{Users.UserId})
In my mind the formaula should be
Formula 1/ Formula 2
but this is does not work
DannyB