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
Copy file name to clipboardexpand all lines: bi_view_editor/readme/USAGE.rst
+5-2
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,8 @@ A more advanced UI is also available under the "Details" tab. It provides extra
22
22
possibilities for more advanced users, like to use LEFT JOIN instead of the
23
23
default INNER JOIN.
24
24
25
-
It also possible to improve the IDs generation for new views by adding an `Over Condition` in the "SQL" tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS for further details.
26
-
For instance, an ORDER BY clause helps preventing unreliable behavior when filtering the generated views.
25
+
It also possible to improve the IDs generation for new views by adding an
26
+
`Over Condition` in the "SQL" tab, see https://www.postgresql.org/docs/current/sql-expressions.html#SYNTAX-WINDOW-FUNCTIONS
27
+
for further details.
28
+
For instance, an ORDER BY clause helps preventing unreliable behavior when
0 commit comments