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

Can anyone list out the basic and common expression which we use in QVW

can anyone list out them if you have any basic common expression

for example selecting a specifuc product from one field for so and so year or month or week

Labels (1)
1 Reply
Not applicable
Author

Hi,

Some sample expressions.

 

sum(IF(Year=2013, Expense)) // If Expression

 

SUM (
          {<
Year = {2013},Month = {"april"}>} (Expense)
        )  //Set Analysis Expression