@zgredzio010 You have extraneous spaces in this line:
$ w ("#count") .text = $ w ("#dataset1"). getTotalCount ();
You want this:
$w("#count").text = $w("#dataset1").getTotalCount ();
@zgredzio010 You have extraneous spaces in this line:
$ w ("#count") .text = $ w ("#dataset1"). getTotalCount ();
You want this:
$w("#count").text = $w("#dataset1").getTotalCount ();