hello to all!
i have one data model which compose of 2 groups, let us say group is name as
G1 and the other group is G2.
G1 has a,b,c,d,e fields and G2 has f,g,h,i,j fields. In other words, fileds f,g,h,i,j are group by a,b,c,d,e.
I used the user parameter to pass the order by clause because I have many possible order by condition.
When I pass the parameter "order by g desc,a asc,b asc" the report output was ordered by a,b, then g.
why? is it because in data model a and b was at the top of g. is there a way to fix this
to be able to meet my order by condition. PLEAS HELP ME!
my data model looks like this:
Q1
|
___|_____
| a |
| b |
G1-> | d |
| c |
| e |
|_______|
|
____|___
| f |
| g |
G2-> | h |
| i |
| j |
|_______|
i have one data model which compose of 2 groups, let us say group is name as
G1 and the other group is G2.
G1 has a,b,c,d,e fields and G2 has f,g,h,i,j fields. In other words, fileds f,g,h,i,j are group by a,b,c,d,e.
I used the user parameter to pass the order by clause because I have many possible order by condition.
When I pass the parameter "order by g desc,a asc,b asc" the report output was ordered by a,b, then g.
why? is it because in data model a and b was at the top of g. is there a way to fix this
to be able to meet my order by condition. PLEAS HELP ME!
my data model looks like this:
Q1
|
___|_____
| a |
| b |
G1-> | d |
| c |
| e |
|_______|
|
____|___
| f |
| g |
G2-> | h |
| i |
| j |
|_______|