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: 
Kiran_324
Contributor
Contributor

Selecting date picker Value

Hi Team,

Please help me out in this

CnameLog in dateModified dateBooking DateDisbursement date
Jack06-02-202006-02-202007-02-202011-02-2020
John01-02-202002-02-202005-02-202006-02-2020
Mat01-01-202002-02-202005-02-202006-02-2020
Sam10-01-202002-02-202005-02-202008-02-2020

 

I have a Data in which i want to make a pivot tables

1.Date wise

2.Overall

If I add date picker I am getting the proper table for 1.Datewise.

But for 2.Overall there is discrepancy.

I need like if the date range selected in the date picker  is (log in date) i.e from 2nd feb to 11th  feb I am getting values

for count(Disbursement date) = 2 as the Log in date is created in feb

But for overall i need the data irrespective of the log in date I need to count the Disbursement date if it falls within the selected range in date picker

Labels (1)
1 Reply
Kiran_324
Contributor
Contributor
Author

Selecting date picker Value

Hi Team,

Please help me out in this

CnameLog in dateModified dateBooking DateDisbursement date
Jack06-02-202006-02-202007-02-202011-02-2020
John01-02-202002-02-202005-02-202006-02-2020
Mat01-01-202002-02-202005-02-202006-02-2020
Sam10-01-202002-02-202005-02-202008-02-2020

 

I have a Data in which i want to make a pivot tables

1.Date wise

2.Overall

If I add date picker I am getting the proper table for 1.Datewise.

But for 2.Overall there is discrepancy.

I need like if the date range selected in the date picker  is (log in date) i.e from 2nd feb to 11th  feb I am getting values

for count(Disbursement date) = 2 as the Log in date is created in feb

But for overall i need the data irrespective of the log in date I need to count the Disbursement date if it falls within the selected range in date picker.

for Overall I need count(Disbursement date) = 4