Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
cg8286cg
Contributor II
Contributor II

Confronto date in set analysis

Help !!!!!

Confronto tra date in set analysis, non mi fa il confronto !!

Cos'è che non va nella mia set analysis ?

 

count({ < [Data1]={">= $( date(date#( DATA2), 'DD/MM/YYYY')) "}>} distinct [ID])

1 Reply
Taoufiq_Zarra

@cg8286cg  if DATA2 format is DD/MM/YYYY

you can test :

count({ < [Data1]={">= $(=date(date#( DATA2, 'DD/MM/YYYY'),'DD/MM/YYYY')) "}>} distinct [ID])

 DATA1 format is also DD/MM/YYYY

Regards,
Taoufiq ZARRA

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

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