Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 (2)
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)