Hi @flamber
Please find the 'Diagnostic Info" below
{
"browser-info": {
"language": "en-US",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.10+9",
"java.vendor": "AdoptOpenJDK",
"java.vendor.url": "https://adoptopenjdk.net/",
"java.version": "11.0.10",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.10+9",
"os.name": "Linux",
"os.version": "5.4.0-1029-aws",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"mysql",
"h2",
"snowflake"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "13.2 (Debian 13.2-1.pgdg100+1)"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-04-20",
"tag": "v0.39.0.1",
"branch": "release-x.39.x",
"hash": "47bb5f2"
},
"settings": {
"report-timezone": "Asia/Jakarta"
}
}
}
Apologies for not being clear, I was in a hurry when making this post.
I was actually trying to create a pivot from Custom Question. However, in the process, I experienced something that I think is not normal.
At this stage, I picked membership_fee from the question that I created and I picked created_at (month) to group by. So, normally (correct me if I'm wrong), the result - when I clicked visualize - would be only 2 columns which were the sum of membership_fee and month. However, the result was different from what it should be. It returned all the columns from the question I created.
Then I tried another experiment. Instead of picking up the membership_fee, I created a formula, sum(membership_fee), with the same field to group by. When it's done this way, it resulted correctly.
