Search Results

@zgredzio010 You have extraneous spaces in this line:

$ w ("#count") .text = $ w ("#dataset1"). getTotalCount ();

You want this:

$w("#count").text = $w("#dataset1").getTotalCount ();