Report Portal

Hi, If you want to sort a dimension m

Hi, If you want to sort a dimension member you can use a nice trick by adding to your source table a new column and than use this SQL commande to populate it : ROWNUMBER() OVER ( ORDER BY your_column desc)

 

2007-2015 VidasSoft Systems Inc.