Skip to content

Commit 700cf87

Browse files
committed
docs: clarify cip query token behavior placement
1 parent 05d3ba7 commit 700cf87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guide/analytics-reports-cip-ccac.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ b2c cip report sales-analytics \
8484
--to 2025-01-31
8585
```
8686

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-
9487
Example output:
9588

9689
```text
@@ -143,6 +136,13 @@ b2c cip query \
143136
LIMIT 5"
144137
```
145138

139+
`cip query` supports token substitution for date filters:
140+
141+
- `<FROM>` -> value of `--from`
142+
- `<TO>` -> value of `--to`
143+
144+
If your SQL does not include these tokens, the query is sent unchanged.
145+
146146
Example output:
147147

148148
```text

0 commit comments

Comments
 (0)