Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
4 subscribers
Views
1407 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
142330 - no subject - Hi All,\n\nAm trying to create a stacked
mohamedt808
over 9 years ago
Hi All,
Am trying to create a stacked bar chart that shows SUCCESS and FAILURE cases for each day.For that i have created two datasubsets one for Success and another one for Failure.But when trying to use the values in a!ColumnChartField problem occurs while assigning value to categories parameter as both datasubsets may not be of same length values are displayed in wrong date.
Kindly suggest solution for this case,
Thanks,
Thoufiq.
OriginalPostID-142330
StackedBarChart.txt
Discussion posts and replies are publicly visible
Parents
0
Conor Cahill
Certified Lead Developer
over 9 years ago
You'll need to do some work in an expression rule after pulling the data because as you said, the data subsets may not be the same length. I would suggest looping through a rule with the date list, checking if there's a datapoint on each subset, and if not inserting a 0 value into that array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Conor Cahill
Certified Lead Developer
over 9 years ago
You'll need to do some work in an expression rule after pulling the data because as you said, the data subsets may not be the same length. I would suggest looping through a rule with the date list, checking if there's a datapoint on each subset, and if not inserting a 0 value into that array.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data