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: 
rmdnkevin
Contributor III
Contributor III

Combining Date, Month and Year into 1 Field

Hi,

I want to combine fields called Tanggal as the date, Bulan as the month, and Tahun as the year into 1 field only called Date.

Screenshot_4.png

Can anyone help me to solve this problem ?


Thanks a lot

-Kevin

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try with makedate(), like:

Makedate(Tahun, Bulan, Tanggal)

View solution in original post

2 Replies
tresesco
MVP
MVP

Try with makedate(), like:

Makedate(Tahun, Bulan, Tanggal)

rmdnkevin
Contributor III
Contributor III
Author

Thank you so much for your response