You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectCASEWHEN $NB_eleve >1THEN $NB_eleve ||' élèves'ELSE $NB_eleve ||' élève'ENDas title,
'cyan'as color,
TRUE as space_after
where $tab='Tableau de bord';
--Carte SET AVG_Lat = (SELECTAVG(Lat) FROM etab);
SET AVG_Lon = (SELECTAVG(Lon) FROM etab);
SELECT'map'as component,
12as zoom,
400as height,
$AVG_Lat as latitude,
$AVG_Lon as longitude
where $tab='Carte';
reported by @DSMejantel .
The code below worked in v0.15 and is broken by 0.16 :
The text was updated successfully, but these errors were encountered: