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

How to Plot this chart

Hi all,

PFA

With that dataset ,

Whether it is possible to plot a chart Month wise different Debits/Credits Accounts against particular selected Account.

Debit Plots will be in particular symbol

Credit Plots will be in another symbol

And Different Accounts will be in different colours

2 Replies
Not applicable
Author

Yes it is possible,

Create a grid chart object

Select your dimension as month or date

create two expressions for Dr and Cr

in I the definition are of the expression write

for Cr definition      sum({$<status={Cr}>}Amnt)

for Dr definition      sum({$<status={Dr}>}Amnt)

Also on the axes tab you can Split the axes as you wish

hope this helps

AbhijitBansode
Specialist
Specialist


PFA.