Sometimes I need to show only top 5 values from defined data source in the data table, without setting the number of rows in SQL query (top statement).
In data table set visibility expresion for a table row to:
=iif(RunningValue(Fields!Id.Value, CountDistinct, nothing) > 5, true, false)
Thursday, February 25, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment