I am rows using a dataset-condition and i would like to use console-write to see exactly how many rows are returned via the many branch. How do I display the number of rows in the dataset using console-write?
You could probably use JavaScript to get the length/count of the data view array … but if you’ll be looking at the console already, just turn on debugging (Ctrl+Alt+8) and dump the dataset (Ctrl+Alt+v) to see the details
Depending on how many times you’re going to be doing this, it really doesn’t take long
1 Like