Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Average line in Line chart

Hi,

I have line chart which shows multiple trend line as per the second dimension. In addition to that I need a one more line which should show average sales.

Dimensions used:

1. Year-Month

2. City

Example used:

SUM({SPP<MonthEndDate={">=$(=vlast12Months)"}>}Sales)

Advance thanks!!

Labels (1)
1 Reply
sunny_talwar

May be this:

Avg(TOTAL Aggr(Sum({SPP<MonthEndDate={">=$(=vlast12Months)"}>}Sales), Year-Month, City))