Cross Tab
Cross Tab
Cross Tab
This was a request from another user , he was interested in seeing the results on his
xml data.
here it is.
Ooops, this turning out be an example needed for each query i get.
Consider this request, you have list, but you dont want to put in one below other.
Rather, 4 in a row, or consider X in a row and rest X of them in next line and goes on.
Note: this is crosstab and latest BIP has the functionality of PIVOT table, which is more
powerful than this.
sum total column in BIP pivot table
For long long time, wanted to document this , but missed in my list.
In BIP 10.1.3.4 ++, new support was added to the crosstab and changed it to pivot
table.
In order to use this functionality, the server has to be in latest or above 10.1.3.4++.
<?$c45//M0/M1/T?> == Hombre
<?$c45//M0/M2/T?> == Mujer
c45 -- refers to the name of the table
R - refers to ROW
C - refers to column
o=a ==> order - ascending
t=t ==> datatype = text
"sum" ==> specifies the summary, you can use count, sum etc...
$c45//M0/M1/T - sum of Hombre element
$c45//M0/M2/T - sum of Mujer element
Crosstab report.
But if the columns exceeds the page, the rest of the columns are moved to next page,
by default.
In case there are 6 columns going accross (columns going accross are dynamic...).
the first 5 columns should be displayed in one table and next 1 in another table below
the first table
is it possible ?
Yes it is possible :)
Here it is.
Data across in Bi publisher
<?for-each-group@column:ROW;./FISCAL_YEAR?>
If i have to filter out particular value from being generated from the dynamic columns or
crosstab report.
<?for-each-group@column:ROW[./FISCAL_YEAR !='2000'];./FISCAL_YEAR?>
Crosstab issue
http://forums.oracle.com/forums/thread.jspa?messageID=3344649
In order to get the all months,the for-each should have been put on the whole xml,
rather than , the current group.
the current group might be missing some month value in the xml.
Dynamic Column
In the forum
http://forums.oracle.com/forums/thread.jspa?threadID=685245&tstart=0
Thou i answered him in the forum, but , he needs to see the output and code , how to
achieve that..
BIP World , would be happy , if we are able to upload rtf, image files there in forum , so
that explaining things cud be easier.
Never mind Oracle , can come-up with new things quickly..
here you go !
Cross Tabs problem with grouping and extra columns; possible bug?
User was Brian, he required , the number of column based on the data in the xml...
This was the XML , he gave.
He required this kind of output, which is obvious,
but , by using the Cross-tab from the menu, and formatting , you cannot expect this
output..
That is going to screw up the output.