hi,
i tried this
sc_select(dataset,“select id,name from users”);
$count=count({dataset});
echo $count;
o/p=1 (but result rows are more than 1)
using sc_lookup i’m getting correct result.
how to get correct count result using sc_select() macro.