Hi.
It's my beginning, so some simple things are hard for me in Cognos.
I have specyfic sorting for Products in cube, it works fine for list,
but I need to use te same sorting in crosstab, is it possible ??.
any other solutions ?
You will need to use the Order() function in your Row Edge expression. There is great help and explanation in Report Studio help and User Guide, for all the MDX functions.
My advice is to learn about sets, members and tuples before you get into using these functions.
The other way is if you are familier with Java Script you can do the sorting by inserting HTML objects in your report.