Page 1 of 1

Flatten datasource at runtime

Posted: Mon Jun 25, 2012 10:01 am
by xss
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!

Flatten datasource at runtime

Posted: Tue Jun 26, 2012 2:46 am
by Alex K.
Hello,

Please see the sample report in attachment.

Thank you.

Flatten datasource at runtime

Posted: Tue Jun 26, 2012 7:03 am
by xss
Nice!

Thank you very much Aleksey.

Flatten datasource at runtime

Posted: Tue Jun 26, 2012 10:14 am
by Andrew
Hello,

This is pleasure to help you.

Thank you.