Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an expression:
num(count({$}distinct id)/count({1}total distinct id)),'###.%')
now my id has been split into two: id1 and id2 ,so what will be the correct syntacx to write this
You can also create a field by concatenating these two IDs in the script and count that field in front end while keeping your initial expression same.