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: 
smilingjohn
Specialist
Specialist

Conversion

Hi ALl,

I have a excel in which the Month names are horizontal and are in text format

I created a cross table and converted to month format .

But still the date is not matching I am not sure the months are created in proper date month format .

Please find the attachment .And let me know if iam doing the right way.

Can please someone sugegst me on this

Thanks

9 Replies
antoniotiman
Master III
Master III

Hi John,

it seems correct.

Month is Dual Field

Min(Month) -> 1

MinString(Month) -> Jan.

Regards,

Antonio

smilingjohn
Specialist
Specialist
Author

Hi Antonio

Do i need to add the above code in my script or how it is ?

antoniotiman
Master III
Master III

No John,

this is only for test if Month is correctly Dual Field

smilingjohn
Specialist
Specialist
Author

When i try to include one more table which also has a date format, then this date dont work with that .

antoniotiman
Master III
Master III

What is Your new table and new Format Date ?

smilingjohn
Specialist
Specialist
Author

The new format of data is coming from Excel which is like

1-Jan-07

.

.

.

.

.

.

.30-Dec-09

antoniotiman
Master III
Master III

Month(Date#(DateField,'DD-MMM-YY')) as Month

smilingjohn
Specialist
Specialist
Author

Do i need to change the format as


Month(Date#(DateField,'DD-MMM-YY')) as Month


For the month for attached QVW ? or it for the new date


antoniotiman
Master III
Master III

For the new table