Questions tagged [metabase]

Metabase is an open source browser based analytics/data visualization tool.

Metabase is an open source browser based analytics/data visualization tool.

Its backend is implemented in Clojure and the frontend is built with React. Since Clojure is a JVM based language it can be deployed cross-platform as a single .jar.

382 questions
-1
votes
2 answers

SQL: How Do i get the following Monday, 2 weeks after the customer registered with us?

I have a list of customers who all registered on different dates, I was wondering how do I find the following Monday 2 weeks after registration? For example if a person registered on a Sunday then the following Monday would technically fall on their…
Gus
  • 343
  • 3
  • 10
-1
votes
1 answer

Subquery without additional column takes longer than with column

I'm trying to get a running total using a Subquery. (I'm using Metabase, which doesn't seem to accept/process variables in queries) My Query: SELECT date_format(t.`session_stop`, '%d') AS `session_stop`, sum(t.`energy_used` / 1000) AS `csum`, …
puredevotion
  • 1,135
  • 1
  • 11
  • 27
-1
votes
1 answer

Metabase running through cmd, when logout dashboard is not getting saved

I've ran metabase java jar file and start creating dashboard, after logout and closing cmd. Again run jar file, but it is asking to add login and DB details. My work is not saved?
-2
votes
2 answers

SQL - Custom Column to Fill with values from 2 columns using an OR statement

This is the lo-fi current version of the table ID Custom column Value Value2 1 X 2 Y Want to populate the custom column with either X or Y as such: ID Custom column Value Value2 1 X X 2 Y Y
-2
votes
1 answer

Joining 3 tables to find new users who purchased a certain item

I'm having trouble joining 2 tables that will allow me to see which new customers purchased at least 1 of a specific item. The first one pulls new customer accounts from a specific date range, and the second pulls customers that made at least on…
bababababa
  • 43
  • 5
-3
votes
1 answer

Unable to join queries

I hope you're able to help with this, it is creating a lot of unnecessary work for me... I have a lot of users that are assigned a unique session_id each time they start the game. This means they can get multiple session_id 's in a single day if…
Se_7_eN
  • 34
  • 6
1 2 3
25
26