Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

netk week delivery only in Expression

Count({<[Delivery Week]={Week(Today)>} [Customer Name])... it throws error...pls coorrect it

15 Replies
Anonymous
Not applicable
Author

hi

   i am  using Straight table... that  is always showing the current Delivery week Customer name...there is no current selectio or without current selection

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Have you checked with this?

     Count({<[Delivery Week]={$(=Week(Today()))}>} [Customer Name])

     it will work fine.

What type of data you have in [Delivery Week] field?

Celambarasan

Anonymous
Not applicable
Author

sorry ..... my Datas are like this

Delivery Week

week 8

week 7

week 45

week 51

week 9

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Then you should use like this

     Count({<[Delivery Week]={"$(='week ' & Week(Today()))"}>} [Customer Name])

Hope it helps

Celambarasan

Anonymous
Not applicable
Author

$ is for current selection right.. then how it show correct data...without selection

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Here $ is not for current selection its to evaluate this expression 'week ' & Week(Today()) before applying set analysis to the data model.

Celambarasan