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

Adding two rows into single row

we Have a data (N/A,n/a,1,2,3,4)Group1 (sum of N/A and (blank) rows) 

we show only Group1 in qlikview (sum of two rows (N/A and (blank))) .

=if(Queue like ('N/A'),'Group1',Queue)

2 Replies
Not applicable
Author

Here need to comine N/A and - as Group 1

we show only Group1 in qlikview (sum of two rows (N/A and (blank))) .

Have used like operator not getting desired output

giakoum
Partner - Master II
Partner - Master II

- is the null symbol. Replace null values in your data with Group1 and N/A to get the desired result