We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d3ba7 commit 700cf87Copy full SHA for 700cf87
docs/guide/analytics-reports-cip-ccac.md
@@ -84,13 +84,6 @@ b2c cip report sales-analytics \
84
--to 2025-01-31
85
```
86
87
-`cip query` supports token substitution for date filters:
88
-
89
-- `<FROM>` -> value of `--from`
90
-- `<TO>` -> value of `--to`
91
92
-If your SQL does not include these tokens, the query is sent unchanged.
93
94
Example output:
95
96
```text
@@ -143,6 +136,13 @@ b2c cip query \
143
136
LIMIT 5"
144
137
145
138
139
+`cip query` supports token substitution for date filters:
140
+
141
+- `<FROM>` -> value of `--from`
142
+- `<TO>` -> value of `--to`
+If your SQL does not include these tokens, the query is sent unchanged.
146
147
148
0 commit comments