Help for "Bar Charts" in my workflow

Dear Knimers,
Now I have a somewhat different situation. I’ve read the post Bar Chart examples
I’m trying to use this lighter version (cut from my larger working file with original 1,330,000 Covid cases in my State, during 16 months):
GeneralCasesTable-AskForHelp-SumPops-1000FirstLines.txt (128.6 KB)
I want to group the cases by year-month (yyyy-MM) and by gender (0 / 1). In order to get this, I applied the Pivoting node, where I used “yyyy-MM” in Groups, I pivoted Gender, and applied one column with no missing values, using the aggregation method “Count”. Then I renamed the counting columns, and applied the last four nodes from the above link (Bar Chart for custom colors). At last, my last node (the Bar Chart node itself) appeared with no available columns. As follows:
image

Can someone help me to understand (and fix) my mistake?
Thank you so much.
Best Regards,
Rogério.

Hi @rogerius1st

The mistake is that you are only feeding one data flow into the Barchart, the color schema. The actual data is missing which should be coming from the Column Rename. The example that you referenced also has this double input.

When I re-create your workflow by approximation, I’m getting a populated Barchart.

If you click on the help icon of a node and navigate to the Ports section, more details about what is expected per input port is available.

WF:
Bar chart with color schema.knwf (86.0 KB)

Hope this helps!

3 Likes

Dear @ArjenEX,
Thank you so much for your attention and solution to my problem, which was generated by my fault, and my fault alone, for not paying the due attention to that part of the workflow that you saw so promptly.
I re-executed the workflow incorporating it, and this part of my workflow is now functional.
B.R.,
Rogério.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.