Hi, my problem is:
I need to get the monthly revenue in average. I’ve grouped the data by year, and get the total value by using {sum_groupby_revenue}. I wrote the variables in the event “year_OnGroupby” like {sum_groupby_revenue}={sum_groupby_revenue}/{count_groupby}. However, the variable {count_groupby} doesn’t work at all ({count_ger} is ok). The system shows that {count_groupby} is “undefined”, is this a bug or I did something wrong? I know that I can use the average function to get the value. Yet I just want to know why {count_groupby} didn’t work.
LG