Hi Friends,
I want to Crosstab every 10 records based on column names.. pls help me with the workflow to achieve the solution.
Hi aysha6029,
Great data blending question! I assume you want your data to end up like this:
If so, there's a simple solution! All you need to do is add a Multi-Row formula tool before the Crosstab tool. I attached a workflow that demonstrates the answer.
The Multi-Row Formula is used to create a new field called Counter. Each time "Name" appears, the counter goes up by 1. So your table data will become:
Here's the Multi-Row Formula's configuration:
You can now Crosstab this data grouping on the Counter. Here's the configuration
Tada! Let me know if you have any questions! Please mark if this solves your question!
Thank you,
DultonM
Thank You. Its working
I ll give an example of my problem. i want to cross tab te below table using the column name.. pls help me on how to do this.