-
### Description
I would like to be able to paginate Pivot Tables because endless scroll for the UI is difficult for users.
-
Now the new version can get data from a pivot table by "GetValue", how to copy the whole data of a pivot table(as a range) to another position? Is that possible now?
-
Often pivot tables are constructed using a composite primary key to establish a relationship between 2 tables.
Supabase/postgREST allows for "collapsing" the pivot table data when used like this. …
-
**Describe the bug**
Right now pivot tables fire several queries to the DW, but we only show one (the main one). It would be a good idea to expose all the queries so users don't see an asymmetry betw…
-
### Describe the bug
1) Build a pivot table like
![image](https://github.com/metabase/metabase/assets/1711649/661596cd-7de0-467f-bfaa-c81ffee23b9d)
First quirk:
- you can't zoom in on the source…
-
![image](https://user-images.githubusercontent.com/579361/29191673-8e81de18-7dec-11e7-81e4-6f685d1338f4.png)
Due to the speed at which the files are generated, it can result in the timestamps being…
-
Hi,
Having the Product model with the following relationship through products_categories table:
```
public function sectors()
{
return $this->belongsToMany('Category', 'products_categ…
-
###
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pan…
-
A few sites with naming conventions:
- [[Laravel Naming Conventions.md](https://gist.github.com/ilzrv/bc2c0a2a96580d2d04ce2910751b4cb9)]
- [Laravel Guidelines - Naming conventions](https://xqsit.gi…
-
Once Pivot Tables ship, shouldn't we simplify the existing Table visualization by removing this option and behavior to pivot one column in the table? You only see this option if your query result has …