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

How to merge two rows data in straight table?


HI,

I have data in straight table as below

                    

READMonthYearEnterGoneReady
StatsJan 201333
StatsJan 20132 2

how to merge tow same READ rows so, I need out put as below

           

READMonthYearEnterGoneReady
StatsJan 2013532

please can anyone suggest me how to do this?

Thanks.

2 Replies
PrashantSangle

Hi,

take Read and MonthYear as dimension and

Write expression for

Sum(Enter) for Enter

Sum(Gone) for Gone

sum(Ready) for Ready

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
maxgro
MVP
MVP

it sholud be already merged in a str table chart with 2 dimensions and 3 (sum) expressions

or I'm missing something?

maybe you have 2 different date on the same month in a calculated dimension formatted as MMM YYYY?

use =Date(MonthStart(datefield), 'MMM YYYY')