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: 
ecabanas
Creator II
Creator II

Sum today() problems

Hi,

I'm trying to count the today orders , but it doesn't work!!!

=NUM(Count(DISTINCT{<[SALESID]={'PV0***'},DATEFINANCIAL={'>=$(=Today())'},ESTADO_PEDIDO={'Facturado'}>} SALESID),'#.###,')

Thank's

Eduard

1 Reply
Gysbert_Wassenaar

The date format of $(=Today()) is probably not the same as the date format of DATEFINANCIAL. Make sure that DATEFINANCIAL is in fact a date field and not a string. And use the date() function if necessary to format the result of today() to the correct date format. For example $(=date(Today(),'DD/MM/YYYY')) if the date format of DATEFINANCIAL is DD/MM/YYYY


talk is cheap, supply exceeds demand