Why is the ROWID column that comes with every fusion table hidden? - google-fusion-tables

I have been adding an ID column to my Fusion Tables, but it appears this is not needed because every Fusion Table automatically comes with a ROWID column that auto populates. Why is this column hidden and how do I change this so that it is displayed?
It makes no sense to me that it is hidden by default.

This is not currently possible with the Fusion Tables UI, but there's a feature request for it that you can add your star to: https://code.google.com/p/fusion-tables/issues/detail?id=859

Related

Conect smartchart with smarttable in Fiori

Hi i have 2 Hboxes in my view. First one is for smarttable and second one is for smart chart. Both of them are connected in one beforeRebind function where i add filter to Filters[] passed to backend.
Chart is simple summ type of value in one column from table (possible 4 values and summ of them is 100%).
What i want:
Chart and table are based on diferent OData. But when i add filter to table chart doesn't rebind and shows data for entire table (before adding filter).
Also i want to have one query to DB (now chart make one and table make one - before filtering the same entity-set but chart-one at the end adds up the occurrences of value)

Setting up default GridSortOrder with Vaadin8 and new Grid doesn't work

Our former solution based on Vaadin 7 Grid used multicolumn sorting. Data is sorted by backend database but we have to maintain visual infomation about sorting in column headers. Visualy it displays as small rectangles in column header.
Now with Vaadin 8 and new Grid, our data is, by default(by database), sorted by 'name' column so I'm defining default sort order for Grid using code as below. It seems to be straightforward but it doesnt show up on Grid. I can define GridSortOrder for one or two columns with no luck. Can't see anything on screen (in column headers). Any idea how to accomplish this properly?
List<GridSortOrder<Map>> orders=new ArrayList();
orders.add(new GridSortOrder<>(colName,SortDirection.DESCENDING));
grid.setSortOrder(orders);

Primefaces datatable do not show right columns after toggle action

i have primefaces datatable component with Paginator and ColumnToggler.
Everything works fine until toggle-off some columns and change page. Then columns which should be hidden are not mentioned in datatable header (this is ok), but data are still here. So datatable header is shorter than rest of datatable and columns do not shown under their headers. Primefaces version is 5.2.
Did someone face the same problem? What do you recommend to try/check?
Example:
Let's say that we i have table with 5 columns.
Id
Color
Name
Type
Price
In this table is about 100 records. One page shows 10 records so we have 10 pages. When we use ColumnToggler and 'toggle-off' price and type column. This will cause that these two columns will disappear. Problem occures if we choose different page via Paginator or just try change number of records showed on one page. After these operation i will get 'broken' table. Header of table will contains only first 3 columns (Id,Color,Name). This is ok, because last two columns should be hidden. So table header is filtered well. Problem is that table body contains all columns so also columns for Type and Price.
Unfortunatelly i can not provide screenshots because of character of data.

How to group a column of data based on rows

I have ~10000 rows in a spreadsheet and the first column (A) has a certain ID that I would like to group by. As an example, A2:A20 has the same ID, then A21:A31 has a different ID, A32:A55 has a different ID and so on, down to the bottom row.
I've tried using the Group button in Excel but I can't seem to get what I need. I'm looking to make separate row groups for the column ranges I specified above all the way to the bottom of the spreadsheet. Since I have ~10000 rows, I was looking for a way to not do the grouping manually.
Any way to do this?
Try using SUBTOTAL option. Using this the data is automatically grouped with subtotal options.

Sum up a calculated column's values for each user in Sharepoint 2007?

I've been looking around for quite some time, and I'm not entirely sure how to accomplish this in Sharepoint 2007.
I'm trying to create a web part view that takes the entries of a particular data source, groups the entries by the user, and then sums up a calculated column from said source.
I've found similar tutorials online about creating the web part views and making calculated columns; however, I can't figure out how to sum up the columns for each user listed.
Any ideas?
If you are using a List View Web Part, modify your view by selecting "Modify this view" in the view-picker (drop down list at the top right of the web part).
On the view settings page, expand the Group By section and specify which column(s) you will group by. Expand the Totals section and select which aggregations you want to perform on which columns.
Click OK.
The results are overall totals at the top of the column, and group totals above each group.

Resources