Difference of 2 calculated fields in Pivot in Spotfire -


i have raw data on account level current balance, total balance , sales amount formula reads:
total dso : total balance * 92 / 3monthbilling amount
best dso : current balance * 92 / 3monthbilling amount

i wanted grouping on month level overall dso, best dso used formula:
total dso : total balance * 92 / sales amount on (month)
best dso : current balance * 92 / sales amount on (month)

the above 2 works want 3rd field called remaining dso = total dso-best dso

so in spotfire, when insert calculated column pivot saying remaining = total dso - best dso don't correct value.

then tried remaining = total dso - best dso on (month) , remaining = (total balance-current balance)*92 / sales on (month) both produced incorrect value.

simply, want difference of 2 fields (but done on pivot level excel , not raw data level)


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -