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: 
zagzebski
Creator
Creator

Strings in expression / adding columns

Is there a simple way to replace a "0"  amount with a string in an expression.

Once the string is in place I assume there is no way to add columns using column names because it won't effectively add columns that have strings in them?

Zag

1 Reply
sunny_talwar

I think you should be able to use RangeSum() which would still sum if one or more columns have numeric value

RangeSum(Column(1), Column(2), Column(3))

If for example, a particular row have

10, NA, 10, the above expression will give you 20

Capture.PNG