Announcements
Hi,
I am working on a project where I have to create a bar chart where the x axis should contain dates and y axis quantity in the bars it should show different feed types for animals. Iam trying from past 2 days but no luck. Can anyone help me out plsss
Something like this?
yes something like that but the bars should be of different feed types( Drygrass,groundnut cake) something like those names
You will essentially need to make each feed type a column, rather than a value, and the value of the column will be the quantity consumed.
For example:
AddColumns( YOURITEMS As Items "kandichunni", Sum(Filter(FeedType As Feed, Feed.FeedType = "kandichunni" And Items.Date = Feed.Date), 'Quantity Consumed') )
Something like this will add a column for kandichunni with the quantity consumed as the value.
You will then set each feed type as a 'Series' in your bar chart.
I wrote but its throwing an error.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 396 Most Valuable Professional
11manish 134 Super User 2026 Season 2
MS.Ragavendar 101 Super User 2026 Season 2