Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gopal5879
Creator
Creator

Need some help to present data in chart, can someone give some hint please

Output is desired as below in chart
History TypeProviderId/TinClosures  
BLIST Total4747013923  
Total4747013925  
BLIST9987803  
Not BLIST1237582  
     
     
Data is avalilable as below
     
TinProviderIdclaimsclosureBLISTNOT BLIST
47470139299878011 
47470139299878011 
47470139299878011 
4747013921237581 1
4747013921237581 1
     
3 Solutions

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

There you go:

MC.PNG

First, you need to pivot this table into QV readable table structure.

Next, load the Tin data into a new table, add in a new flag for front end usage.

Do the same to ProviderId data, these two tables will be concatenated together at the end as they have the same columns.

Lastly, create History Type table to store the row values(BLIST Total, Total, BLIST, Not BLIST).

Refer qvw attached as reference.

Thanks and regards,

Arthur Fong

 

  

 

 

View solution in original post

Brett_Bleess
Former Employee
Former Employee

Gopal, did Arthur's sample app get you what you needed?  If so, do not forget to come back to the thread and use the Accept as Solution button on his post to give him credit and let others know this worked for you.  If you are still working on things, please leave an update.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

gopal5879
Creator
Creator
Author

Brett,

 I was travelling, Sorry for the delay in getting back. Will let you know once I try out the solution. Thanks a lot

View solution in original post

4 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

There you go:

MC.PNG

First, you need to pivot this table into QV readable table structure.

Next, load the Tin data into a new table, add in a new flag for front end usage.

Do the same to ProviderId data, these two tables will be concatenated together at the end as they have the same columns.

Lastly, create History Type table to store the row values(BLIST Total, Total, BLIST, Not BLIST).

Refer qvw attached as reference.

Thanks and regards,

Arthur Fong

 

  

 

 

Brett_Bleess
Former Employee
Former Employee

Gopal, did Arthur's sample app get you what you needed?  If so, do not forget to come back to the thread and use the Accept as Solution button on his post to give him credit and let others know this worked for you.  If you are still working on things, please leave an update.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
gopal5879
Creator
Creator
Author

Aurthur,

Let me try out the solution. thanks a lot for your help. I was travelling, Sorry for the delay in getting back. Will let you know

gopal5879
Creator
Creator
Author

Brett,

 I was travelling, Sorry for the delay in getting back. Will let you know once I try out the solution. Thanks a lot