Files
docs.datacontroller.io/docs
dc 99b2a7454e docs(viewer): state the row count rule for the unsearched view too
Follow-up to the previous commit on this branch, both wording fixes.

- The sentence this branch deleted was the page's only description of the row
  count when no search is active - and that is the case where the count really
  can exceed the rows displayed (viewdata reports count(*) for the filtered
  view while the grid stops at DC_MAXOBS_WEBVIEW). State it, instead of leaving
  the page silent on the path readers use most.
- "returns the first 500" claims an ordering the search does not apply: the
  search is a WHERE clause with no ORDER BY, so which 500 come back is whatever
  the engine hands over first. Say "returns 500 of them".

Checked against viewdata.sas and mp_searchdata.sas on main: the search path
passes outobs=DC_MAXOBS_WEBVIEW to mp_searchdata, which caps the result dataset
in the same data step that builds it, and viewdata takes its row count from that
dataset - so for a search the count and the rows are capped together.
2026-09-22 16:34:14 +00:00
..
2022-10-14 22:40:27 +01:00
2026-09-03 17:25:40 +00:00
2022-01-17 22:58:32 +01:00
2026-06-30 13:42:06 +01:00
2026-07-13 18:23:00 +01:00
2022-07-25 14:55:07 +01:00
2026-03-30 23:01:24 +00:00
2022-11-01 12:27:19 +00:00
2020-07-15 12:33:21 +02:00
2020-05-31 18:05:51 +02:00
2026-06-30 13:42:06 +01:00
2026-04-04 00:49:32 +01:00
2026-09-03 17:25:40 +00:00
vid
2024-01-24 20:51:46 +00:00
2024-05-02 16:55:50 +01:00
2026-06-30 13:42:06 +01:00
2018-07-04 15:20:03 +02:00
2022-08-15 11:09:43 +01:00
2026-09-03 17:25:40 +00:00
2026-06-02 13:56:53 +01:00
2021-05-12 16:34:35 +03:00
2022-12-15 11:27:33 +01:00
2026-03-14 13:40:47 +00:00
2022-11-01 12:27:19 +00:00
2022-07-11 18:57:12 +01:00
2026-09-03 17:25:40 +00:00