Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
pipuindia99
Creator III
Creator III

Calculating Null values

Hi,

I have a table which contains values in dimension fields as ' - ' and it has values against it like $234 , $567... i want to add these values with other fields

would appreciate if anyone can help me with the expression.

1 Solution

Accepted Solutions
pipuindia99
Creator III
Creator III
Author

Thanks Sunny,

I got the solution, appreciate your quick response.

View solution in original post

5 Replies
sunny_talwar

Which other fields you want to add it to?

pipuindia99
Creator III
Creator III
Author

Thanks Sunny,

I got the solution, appreciate your quick response.

makrishnaraj
Contributor III
Contributor III

Hi

You have to create an another dimension by specifying some text (Null) to the blank and than you can write the expression based on this dimension.

sunny_talwar

No problem... I am glad you were able to figure it out. Please close this thread by marking Assumed Answer now.

Best,

Sunny

susovan
Partner - Specialist
Partner - Specialist

Hi prabhu,

You can try this,

Sum({<Dimension=>}SalesAmount)

Warm Regards,
Susovan