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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
LUISDELVALLE
Partner - Contributor II
Partner - Contributor II

Set Analysis inventory

hello perform the analysis set for the sum of inventories at the end of the week cut but does not show me information

= num (sum ({<MES_RETAIL_suc = {$ (= only (WEEK_REATAIL_suc)> = 27)}>} CAPACIDAD_BODEGA), '#, ## 0.00%')

or

= sum ({<MES_RETAIL_suc = {$ (= only (WEEK_REATAIL_suc)> = 27)}>} CAPACIDAD_BODEGA)

 

Labels (1)
1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

Maybe this:

num (sum ({<MES_RETAIL_suc = {"$(=only (WEEK_REATAIL_suc)> = 27)"}>} CAPACIDAD_BODEGA), '#, ## 0.00%')

or

= sum ({<MES_RETAIL_suc = {"$(=only (WEEK_REATAIL_suc)> = 27)"}>} CAPACIDAD_BODEGA)

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

Maybe this:

num (sum ({<MES_RETAIL_suc = {"$(=only (WEEK_REATAIL_suc)> = 27)"}>} CAPACIDAD_BODEGA), '#, ## 0.00%')

or

= sum ({<MES_RETAIL_suc = {"$(=only (WEEK_REATAIL_suc)> = 27)"}>} CAPACIDAD_BODEGA)