Flatten datasource at runtime
Posted: Mon Jun 25, 2012 10:01 am
Is there a way or component to flatten a datasource with conditions at runtime? Let's say there's a simple datatable with following 2 records:
Qty, Text
2, Fish 'n' Chips
3, Guiness
Now the result table (databand, ...) whatever should be flatten by qty (1) and look like this:
1, Fish 'n' Chips
1, Fish 'n' Chips
1, Guiness
1, Guiness
1, Guiness
Thanks in advance!
Qty, Text
2, Fish 'n' Chips
3, Guiness
Now the result table (databand, ...) whatever should be flatten by qty (1) and look like this:
1, Fish 'n' Chips
1, Fish 'n' Chips
1, Guiness
1, Guiness
1, Guiness
Thanks in advance!