This topic is locked

Conditional Formatting & Group type Headers with ASPRunner 6.2

9/2/2010 9:14:50 PM
ASPRunnerPro General questions
F
fabiocpa author

Two things trying to solve on a 3 column list that users will get in a predetermined sort and be told not to sort again.
We want a header then a different Group Header when the value changes, and do not want values repeated when duplicated.

For example, data now comes out as
DOC TYPE DOC NAME Date

mail mail1 1/2/10

mail mail2 1/3/10

word doc1 1/4/10

word doc2 1/5/10
What we want is:
DOC TYPE DOC NAME Date

MAIL

mail1 1/2/10

mail2 1/3/10
WORD

doc1 1/4/10

doc2 1/5/10
Figured using Events is the way to go, make the first header hard coded and then have subsequent events only put a value when Doc Type changes, but can't quite figure it out, any help is appreciated. We were able to do this is ASPRUNNER "Classic", but your new product is too slick for us to narrow it down. Thanks.

A
ann 9/9/2010

Hi,
you can create a report for the table on the Datasource tables tab and group by the 'Doc' type on the Group Fields tab.