rotate tables to rows without using pivot tables in oracle ADF - oracle-adf

I have tried to rotate adf tables to rows using pivot table and iterator, but its not working. If using iterator with panel tabs its working. I need to rotate the table without panel tab. Is there any other methods to rotate the adf table to rows without using the panel tab and pivot table?

Related

AG-GRID SSRM Expandable Columns

I have a server side row model grid in pivot mode and it's bringing back my data just fine as a pivot.
Row groupings expand to the next dimension, etc...
I would like to do the same with column groupings as well (expand/contract).
This is trivial on the default client side row model, but with SSRM the columns are created explicitly as secondary ColDefs based on returned pivot data. I've tried setting columnGroupShow property to 'closed' with 'sum' aggFunc, but I think that only works client side. Not sure if AG-Grid even supports this functionality (painlessly).

Conditional Formatting on specific columns in pivot table v2 chart in Apache Superset

I wanted to know if there's any way I can apply conditional formatting(coloring) on specific columns in Pivot Table v2 chart in Apache Superset.
Tried:
In pivot table v2 chart when I try to apply formatting/coloring of data it applies on every column of the table in superset application.
Expected:
For example: In superset application I have a pivot table say with columns total orders, canceled orders, allocated orders and i want to apply coloring/formatting on total orders column only. So the total orders column data will only be displayed in colored format.
I am not sure this is possible in pivot tables (without customizing it in anyway, that is)
Since a pivot table shows the same metric (grouped on the basis of 2 or more columns), it might not make sense to show formatting on only one column.
If your pivot table is grouping by only two columns, you might try creating a table that shows the same data as your pivot table. And since you can write HTML in tables, you might be able to color only the column you need

How to search a table in Data Google Studio

I have created a table in Google Data Studio with two columns(labels,count). I have 10,000 labels and would like the ability to search by label instead of scrolling through a list of 10,000 labels in alphabetical order to find a specific label. Any solutions for this out of the box?
you can fix this problem by inserting a filter control.
for example,
i had created a table in data studio with two columns (medium and sessions)
then insert a filter control
and Set its dimension as medium and metric as session.
Like this:
if you want set values of the table as ascending, change the metric value as ascending.
see my data studio report it have filter control and a table with two columns (medium and sessions)
finally, you can search the table values of medium by inserting filter control.
I'm going to enter a value (value:banner) in search box of filter control and tables shows only the values of search term "banner".

Multiple Grids to achieve Nested Grids functionality

I am aware of what a RowExpander plugin is for a Grid, where each row in a Grid expands to show it's childs or related store data. My requirement is a bit different.
I need multiple Grids on a page. Each Grid is loaded with data from different backend DB tables TB1, TB2, TB3.
However, each of the backend DB tables have a one to many relationship with each other. That is, each row in TB1 has multiple rows in TB2. One row in TB2 has multiple rows in TB3.
Now, I need one grid for each of these tables on UI. And then if I select a particular row in the first Grid ( relavant to TB1 ), I should populate the second grid with the relavant records from TB2. And then if I select a row in the grid corresponding to TB2, I should populate third grid with all the records relavant to the row selected from TB3.
I hope I am clear. Could you please help me with any sample code that you might have?
Subscribe to select (http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.grid.Panel-event-select) event of the TB1 and then filter store associated TB2 with whatever filter criteria you need - this way second grid will be automatically filtered to the records you need to show.

Using single slicer to control two pivot tables with different data source in Excel

I have a problem with slicer in Excel file. In my Excel file I have two worksheets. In the first one, there is a pivot table taking data from OLAP cube and in the second I have a pivot table taking data from another Excel file. I'd like to have one slicer called "Organization" to filter data in both tables. Is it possible?
Kind regards
No - it seems not. Slicers are meant to be used on pivot tables that share the same data source it seems. You should be able to conglomerate your data into one source and create two pivot tables with a shared slicer though.
From Microsoft: http://office.microsoft.com/en-us/excel-help/use-slicers-to-filter-pivottable-data-HA010359466.aspx
Make a slicer available for use in another PivotTable
1.Click the slicer that you want to share in another PivotTable. This displays the Slicer Tools, adding an Options tab.
2.On the Options tab, in the Slicer group, click PivotTable Connections.
3.In the PivotTable Connections dialog box, select the check box of the PivotTables in which you want the slicer to be available.
Or you could just create one pivot table.
Or you could have a look at this:
Making all pivot tables on one sheet mimic each other in terms of rows expanding and collapsing
Good Luck.

Resources