Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Expression:
Avg(
,
$(eCycleGroupLevel_MasterCycle2) , ACCT_MO_NM_ABBR
// Aggregation
)
)
Also please let me know the meaning of underscore here :
$(eCycleGroupLevel_MasterCycle_Field)_Sum_End_Inv
underscore is the name of the field Eg.-ACCT_MO_NM_ABBR here it is used in mane .
hi
in your code
[$(eCycleGroupLevel_MasterCycle_Field)_Next Month 1 Sales] is treated as a field,
so i think you should not focused on Underscore, because
you must write the below code in [ ] bracket. like
[$(eCycleGroupLevel_MasterCycle_Field)_Sum_End_Inv] this is also a field.