Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rmdnkevin
Contributor III
Contributor III

Merging 2 Charts Into 1

Hi, everyone.

Can I combine this 2 charts into only 1 chart ?

The Jumlah Report chart will be embedded into Status chart as a new bar (it's already in the same date each other).

Here's the pict :

Screenshot_5.png

Can anyone teach me the way how to do this ?

Thank you.

- Kevin

1 Solution

Accepted Solutions
sasikanth
Master
Master

Try

count( {<Status={'Submitted Data'}>}  Status)

count( {<Status={'Email Opened'}>}  Status)

count( {<Status={'Clicked Link'}>}  Status)

count( {<Status={'Email Sent'}>}  Status)

Sum(DISTINCT [Emails Reported])

attached app for reference

View solution in original post

9 Replies
qlikviewwizard
Master II
Master II

Hi,

Please check 'Combo chart'.

It will suitable to your requirement.

Capture.PNG

rmdnkevin
Contributor III
Contributor III
Author

Thank you for the response.

In the other case, can I make the Jumlah Report as a new status ? As same as the Submitted Data, Email Sent, etc

qlikviewwizard
Master II
Master II

Can you attach some sample data.

rmdnkevin
Contributor III
Contributor III
Author

Like this : (in this chart, assume the Jumlah Report chart as the Emails Reported bar)

Screenshot_2.png

qlikviewwizard
Master II
Master II

Where is your source data? It is challenging the folks without data and asking for solution.

ramzi-manoubi
Partner - Creator
Partner - Creator

measure 1 = sum(Jumlah report)

measure 2 = Count({<Status = 'Submitted Data'>}  X)

measure 3 = Count({<Status = 'Email Sent'>}  X)

measure 4 = Count({<Status = 'Clicked Link'>}  X)

measure 5 = Count({<Status = 'Email Opened'>}  X)

Dimension = Date

rmdnkevin
Contributor III
Contributor III
Author

Here you are

So sorry if it's too much for you

sasikanth
Master
Master

Try

count( {<Status={'Submitted Data'}>}  Status)

count( {<Status={'Email Opened'}>}  Status)

count( {<Status={'Clicked Link'}>}  Status)

count( {<Status={'Email Sent'}>}  Status)

Sum(DISTINCT [Emails Reported])

attached app for reference

rmdnkevin
Contributor III
Contributor III
Author

Thank you so much everyone for the whole responses