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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
alwinsch
Creator
Creator

Expression returns NULL value

Hi all,

I have 2 tables:

 

  • Projects: ID, project_name, profitA, profit,Chance_on_succes, leader
  • Teamleader: leader, Leader_name

Now i want a table  with dimension Teamleader
and as expression sum(profitA + profitB)/chance_on_succes

 

The problem is if my teamleader has for every project the same chance_on_succes this works fine, but if he has multiple different chances, then we get no value returned.
how can we avoid this?

Kind Regards,

Alwin 

1 Solution

Accepted Solutions
alwinsch
Creator
Creator
Author

Hi all,

I solved it myself.

Created extra columns in the projects table Chance_profitA, chance_profitB

Which is calculated from ProfitA and chance_on_succes.

This way it works fine for me.

kind regards,

Alwin

View solution in original post

2 Replies
alwinsch
Creator
Creator
Author

Hi all,

I solved it myself.

Created extra columns in the projects table Chance_profitA, chance_profitB

Which is calculated from ProfitA and chance_on_succes.

This way it works fine for me.

kind regards,

Alwin

Chanty4u
MVP
MVP

please close this thread as correct.

Thanks

Suresh