Hi All. please help me how to keep count of custom...
# suitescript
s
Hi All. please help me how to keep count of customers in a location in formula '<a href="#" >'||COUNT({internalid})||'</a>' Where i am getting result as invalid Expression Thanks
b
you can try using
COUNT ({internalid}) OVER ()
instead
trying to use analytic functions causes enough weird behaviors that i would recommend using alternatives first
in this case, potentially use summaries in your columns or use a paged search to get the count of results
s
Thanks @battk i tried with count as summary in that case i am unable to get hyper link
is there any way to get hyper link on using count as summary in formula
b
basically the formula you originally had with a minimum or maximum summary