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

Regarding Date Function

Hi all,

 I know this is the sql query. But i wanted to know how it works

1. CASE WHEN COS LIKE '%(%' THEN REPLACE(COS,SUBSTRING(COS, CHARINDEX('(', COS), CHARINDEX(')', COS)-CHARINDEX('(', COS)+2),'') ELSE COS END

This is from data-load editor in qliksense , Here duedate is column name and it contains some date values. how does this checksum works here.

2.Due-Date  =  DATEADD(day, ABS(CHECKSUM(NewId()))% 5, Due-Date);

Thanks.

Labels (1)
0 Replies