Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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