DM_Report.rtf

Comments
-
-
0
-
Look into this link
Hide rows in dynamic report based on condition in xml publisher
0 -
Look into this link
Hide rows in dynamic report based on condition in xml publisher
You want to use an if condition.
See: Creating RTF Templates - 11g Release 1 (11.1.1)
Kevin
0 -
Can anyone plzzz help me to solve this issue....
0 -
Can anyone plzzz help me to solve this issue....
I answered your question. Did you try it? If so, what was the result?
Kevin
0 -
I answered your question. Did you try it? If so, what was the result?
Kevin
It does not works with general if condition
1) if (DE>p_d1) it prints the respective LL,DM,DE values for a respective month/quarter but my requirement is if the condition satisfies for one month/quarter in a row (where the row consists few months/quarters), all the values should print (beacuase one value is satisfied) even other values in that row fails the condition.
2) if all the months/quarters in a row fails, no value should print - this 2nd requirement is easy to handle but I am not getting the 1st one...
0 -
It does not works with general if condition
1) if (DE>p_d1) it prints the respective LL,DM,DE values for a respective month/quarter but my requirement is if the condition satisfies for one month/quarter in a row (where the row consists few months/quarters), all the values should print (beacuase one value is satisfied) even other values in that row fails the condition.
2) if all the months/quarters in a row fails, no value should print - this 2nd requirement is easy to handle but I am not getting the 1st one...
So you need a concatenated if: <? If:condition1 OR condition2 OR condition3 ?> <?end if?>
0 -
So you need a concatenated if: <? If:condition1 OR condition2 OR condition3 ?> <?end if?>
I dnt think Concatenated ll work here
below is the procedure i am ryng to implement.
Can u see the rtf once..
After the heading row, in next row 1st column I used <?if@row:flag=1?> (flag is a set variable where if flag is 1 it will print the data).
In LL,DM,DE columns I am using this condition ( if:DE>p_d1 then flag=1) so here flag value set to 1
but here comes the conflict
v set the flag value as 1 in 2,3,4 columns(LL,DM,DE) but v r checkng the condition in the 1st column.
0 -
I dnt think Concatenated ll work here
below is the procedure i am ryng to implement.
Can u see the rtf once..
After the heading row, in next row 1st column I used <?if@row:flag=1?> (flag is a set variable where if flag is 1 it will print the data).
In LL,DM,DE columns I am using this condition ( if:DE>p_d1 then flag=1) so here flag value set to 1
but here comes the conflict
v set the flag value as 1 in 2,3,4 columns(LL,DM,DE) but v r checkng the condition in the 1st column.
Hello kevin any suggestions to solve it...
0 -
Hello kevin any suggestions to solve it...
Exactly what is the syntax you used for the two if statements?
Exactly what result are you seeing, and what result do you expect to get?
Kevin
0