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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculating the value.

Hi,

I have a input file which is having two date fields,I want to know how to get the quarter if date is blank and also want to do quarter wise calculation

Input Data is like this

Start DateEnd DateValue
11/10/2013Blank10
1/1/20142/4/201420

Output Should be Quarter wise Data for Start Date when End Date is blank

Output Should be

Start Date Year2013
Start Quarter                                                Q4
Value10

Want to do the Quarter wise sum based on two dates.

Input File:

Start DateEnd DateValue
11/10/2013Blank10
1/1/20142/4/201420
11/10/20131/1/201410

Output should be

Year20132014
QuarterQ4Q1
Value2030

Please help me in solving this scenario.

0 Replies