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

Qlikview Developer

A customer has a set of date values in different formats. Some dates are in Julian date format; some dates are text strings. How can a developer ensure the data is loaded in a consistent format? <a href="https://www.credosystemz.com/training-in-chennai/best-amazon-web-services-training-in-chennai/">awstraininginvelachery</a>

Labels (1)
1 Reply
Taoufiq_Zarra

the julian date can be processed by: .

Date(MakeDate(1900 +(left(text(Julian_Date),1)* 100) +
mid(text(Julian_Date),2,2) ) + (right(text(Julian_Date),3) - 1 ) )

 

more information in this link : Julian calendar

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉