- This topic is empty.
- AuthorPosts
-
- 08/22/2011 at 12:02 pm #4988
AnonymousParticipantHi Jeff,
Would you mind to mention the QWP and SP version and also to attach the list and the qChartView configuration to this tread? It'd help me to better understand the issue.
Thanks,
- 10/20/2011 at 7:46 am #6764
AnonymousParticipantSP – 2007
QWP – 5.3
LIst contents:
Chart output as configured below:
What I would like to see based on the data
Configuration:
- 10/20/2011 at 7:55 am #6765
AnonymousParticipantHi Jeff,
I see, you want to count the multi selection values in the list based on single selection value.
I don't think that this is possible. The XAxis value is treat as a string and has no capacity of counting inside strings.
I'm thinking of a helper list here. A list that would hold the individual selection adn the counting. This can be accomplished with some coding.
PS
You desired chart screenshot comes from a different list not from the list you want to use, right?
- 10/20/2011 at 8:01 am #6766
AnonymousParticipant, thanks. I was hoping for a simple answer that it could be handled in the chart but I expected this to be the real solution. You are correct, I dummied up the data to give a visual of the desired result.
- 10/20/2011 at 8:10 am #3932
AnonymousParticipantI have a choice field where people can select one or more values. When I add this to a chart, it looks at the value as a coma delimited list and does not count each value individually.
Example:
value 1 –> A,B,C
value 2 –> C
value 3 –> B,D
What the chart is plotting is:
A,B,C =1
C =1
B,D =1
What I would like plotted is:
A=1
B=2
C=2
D=1
Can this be done?
- 10/20/2011 at 8:10 am #6767
AnonymousParticipantThe chart has no idea that the xAxis is a multi selection field, it sees it as a string.
Another workaround that I was thinking of is changing the multi selector field with several lookup fields. I don't know if this solution would fit your business requirements but it's worth to mention it.
-
- AuthorPosts
You must be logged in to reply to this topic.