LogDatasetCount
- 1 Minute to read
- Print
- DarkLight
- PDF
LogDatasetCount
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
{
"method": "LogDatasetCount",
"text": "DataSet Has: {} Rows",
"alwaysLog": false,
"dataSet": {},
"project": "MyProject"
}
If alwaysLog is true, the text will be written to the log when even the count is zero.
The {} in text is replaced with the DataSet count
Was this article helpful?