79272004

Date: 2024-12-11 14:11:20
Score: 1
Natty:
Report link

Add a New Computed Column to your Data Set which is an aggregation based on COUNT of any particular column (id makes most sense). In this example I call the new column numRows Add computed column to Data Set

Then you can refer to the variable row["numRows"] in other parts of the report, e.g. to change the visibility of a table. In this example I only want to show the table if there is exactly 1 result in the Data Set

Set visibility based on number of rows in the result

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: wal5hy