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: 
Anonymous
Not applicable

Dim data not exists in FACT

Hi,

1.  I have Items Dimenssion and Companies Dimensions.

2.  My Expression is 1.

I think because I have no data in the FACT table about the Item name "Ki Net Profit",

I see the 1 amount (from the expression)  under null Company.


Any suggestion to solve that?


*  When I put data for this item  in the FACT I see 1 under the companies Dim, But I want another solution if exist.

* I need a  layout solution only.


ThanksCommunity.png

1 Reply
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Meitar,

You could try an if statement to check if the Company has value, something like this

if

(

  len(Company) <> 0,

  count(Item)

)

Attached is an example QVW.

Regards,


Felipe.