I have added a computed field to a data window to display a count of a specific field.
If I just add the count, it properly displays the count value. If I add text to precede the count, nothing shows up when I run it.
--------------------------------------------------------
WORKS:
count(client_service_tbl_auth_nbr for all)
--------------------------------------------------------
DOES NOT WORK:
"count: " + count(client_service_tbl_auth_nbr for all)
--------------------------------------------------------
What am I doing wrong?
If I just add the count, it properly displays the count value. If I add text to precede the count, nothing shows up when I run it.
--------------------------------------------------------
WORKS:
count(client_service_tbl_auth_nbr for all)
--------------------------------------------------------
DOES NOT WORK:
"count: " + count(client_service_tbl_auth_nbr for all)
--------------------------------------------------------
What am I doing wrong?