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: 
ch_riadh
Partner - Creator II
Partner - Creator II

Display Table with no Data

Hi,

I have an excel with 2 sheets:

    Sheet 1 : Stock table with 3 fields : (Location_Key , Date, Stock_QTY)

   Sheet 2 : Location Table whit 2 field : ( Location_Key,  Location) 

Link : Location_Key 

temp 11.png

 

I have 2 scenarios:

         1- when Location and date --------> 0 (USA - 01/10/2019).

          --------->    show me only that row:

temp 22.PNG

         2- when all the location and date with no zero like this:

temp 33.PNG

     ------------> Show me a table with no data, like this :

temp 44.PNG

Please find attached qvf and excel file (Source)

 

Thank you

Labels (1)
1 Solution

Accepted Solutions
thi_pham
Creator III
Creator III

Just add a table with:

Dimension: 

- Date

- Location

Measure: sum(Stock)

Then,

 set limitation of Location Dimension is Exact Value, <= 0. Uncheck Show Others. Select Total Function in measure = None if needed

View solution in original post

1 Reply
thi_pham
Creator III
Creator III

Just add a table with:

Dimension: 

- Date

- Location

Measure: sum(Stock)

Then,

 set limitation of Location Dimension is Exact Value, <= 0. Uncheck Show Others. Select Total Function in measure = None if needed