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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

Trendline based on Data

Hi Folks,

Is it possible to get the trendline in a way that it just considers the values that are already there e.g. when we have data from Jan.  – Sep. only the data from Jan to Sep and not from Jan to December?


My Trendline is based on expression := sum(Sales)



Thanks,

AS

2 Replies
SreeniJD
Specialist
Specialist

Yes Amit, its possible

you have to use sum(if(sales)>0) kind of expression..

HTH,

Sreeni

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Yes,

We can Show that.

Can you share sample data ?