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: 
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Increase in Sales

Hi,

How we can find out the increase in the sales amount for perticular Date range.

-Nilesh

Labels (1)
5 Replies
Not applicable

Do you mean to say the user hast to select the date range "From and To date"

nilesh_gangurde
Partner - Specialist
Partner - Specialist
Author

No i have two colums Start Date and End Date.

-Nilesh

sujeetsingh
Master III
Master III

Just select the value and see the expression change

salto
Specialist II
Specialist II

Do you mean the sales percentage varitaion between two different time periods?

In that case divide the sales amount in the second period and the sales amount in the first period.

For a particular Year the set analysis expression could be something similar to:

=sum({<Year={$(=max(Year))}>} SalesAmount) / sum({<Year={$(=max(Year)-1)}>} SalesAmount)-1

Not applicable

Do you want to compare the start date sales with End date sales(Increased)? then follow the SALTO's comment....