Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can any one help me to load the data to gauge chart. i want to load the data irrespective of any condition.
Table - call_dump
Field - Call_no
Field - Call_status
Field - Call_month.
How do i get the total count of call_nos.
Regards,
Grace Rashmi
Use an expression like count(Call_no). If you don't want selections to influence the count the use count({1}Call_no)
it is working but what is the limitation for this. i have a count above 10laks...