Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Chart
3Dtrue
stackedtrue
width1200
dataOrientationvertical
opacity75
height1200


SQL
idmydata
dataSourcemars_apistats
SELECT profile_country.name, count(DISTINCT auth_user.username) as total_users
    FROM  profile_country
         RIGHT JOIN profile_profile ON profile_profile.country_id = profile_country.id
         RIGHT JOIN auth_user ON auth_user.id = profile_profile.user_id
         RIGHT JOIN users_stats_monthly ON users_stats_monthly.username = auth_user.username
    WHERE users_stats_monthly.dataset='tigge-lam' and users_stats_monthly.month>=date'20130101'
GROUP BY profile_country.name
ORDER BY total_users DESC;



SQL
rowStylesbackground:#B8D1F3,background:#DAE5F4,background:#B8D1F3
noDataErrortrue
enableSortingfalse
columnStylesfont-size: 1.0em
rowOrientationhorizontal
expandArrayfalse
stylefumble:0
convertNullfalse
idmydata3
class@default testing
dataSourcemars_apistats
enableHighlightingfalse
retainRowStyleOrderfalse
SELECT * from profile_country limit 100

 

SQL
rowStylesbackground:#B8D1F3,background:#DAE5F4,background:#B8D1F3
noDataErrortrue
enableSortingfalse
columnStylesfont-size: 1.0em
rowOrientationhorizontal
expandArrayfalse
stylefumble:0
convertNullfalse
idmydata3
class@default testing
dataSourcemars_apistats
enableHighlightingfalse
retainRowStyleOrderfalse
SELECT * from profile_profile limit 100

 

SQL
rowStylesbackground:#B8D1F3,background:#DAE5F4,background:#B8D1F3
noDataErrortrue
enableSortingfalse
columnStylesfont-size: 1.0em
rowOrientationhorizontal
expandArrayfalse
stylefumble:0
convertNullfalse
idmydata3
class@default testing
dataSourcemars_apistats
enableHighlightingfalse
retainRowStyleOrderfalse
SELECT * from auth_user limit 100


SQL
rowStylesbackground:#B8D1F3,background:#DAE5F4,background:#B8D1F3
noDataErrortrue
enableSortingfalse
columnStylesfont-size: 1.0em
rowOrientationhorizontal
expandArrayfalse
stylefumble:0
convertNullfalse
idmydata3
class@default testing
dataSourcemars_apistats
enableHighlightingfalse
retainRowStyleOrderfalse
SELECT * from users_stats_monthly limit 100