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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikview979
Specialist
Specialist

Month

Hi Experts,

I have in  date in Excel like

STARTDATE  ENDDATE

27/03/2016      31/05/2016

I need output like

Labels (1)
39 Replies
qlikview979
Specialist
Specialist
Author

Hi Digvijay,

Exactly  Output. .thanks for your support.

Here 'Chr(13) 'what will represent and if i add the july month  in End date  i am getting like this

"April,May,June"  Why march Month is not coming.

Regards,

Mahesh

Anil_Babu_Samineni
MVP
MVP

Mahesh,

There is no Use of that Chr()

Expression :

=Date(Date#(StartDate,'DD/MM/YYYY'),'YYYY_MMM') &

Date(Addmonths(Date#(StartDate,'DD/MM/YYYY'),1),'YYYY_MMM') &

Date(Date#(EndDate,'DD/MM/YYYY'),'YYYY_MMM')

Note: Close this Thread ASAP if Correct??

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
qlikview979
Specialist
Specialist
Author

Hi,

Here one more Doubt I am loading data from" Excel this code is not working".

Regards,

Mahesh

qlikview979
Specialist
Specialist
Author

Hi Anil,

I am loading data from excel file "Digvijay Singh" Code is not working.

Anil_Babu_Samineni
MVP
MVP

Why, It should work.

QlikView is Case Sensitive. Please try to edit the field names....

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni
MVP
MVP

Working

Check this

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Digvijay_Singh
MVP
MVP

Hi Mahesh,

The data I added manually, you can load it from Excel, but what I did will work for the data you shared, let me think of making it dynamic. I just shared to get more details 

qlikview979
Specialist
Specialist
Author

Hi Anil,

Please check once if i add the June  month in excel .i am not getting "March,April,May, June" This 4 months.

I am getting only Three months ? why one month is missing ?

qlikview979
Specialist
Specialist
Author

Hi Digvijay,

Please find the attached file.

Sorry now your code is working, But here i Have one doubt If i  change in my source "May

Instead of "june " i am getting only Three months .

Here I want Mar,Apr,May,June. if i add more one more month also I want that month name also.

Regards,

Mahesh.

qlikview979
Specialist
Specialist
Author

Hi Manuel Capella,

When i go for reload  I'm got getting any thing data.

Regards,

Mahesh,