AprylStoldt
6 years agoQrew Cadet
javascript to get count of multi-select choices
I am needing a way, in javascript, to get a count of how many choices a multi-select field has. I don't need how many were selected. Below is what I have so far, I can get a list of the choices, but cant figure out a way to count them.
"javascript: " &
URLRoot() & "db/" & [_DBID_REQUESTS] & "?a=API_GetFieldProperties&fid=9" & "&rdr=";
"javascript: " &
URLRoot() & "db/" & [_DBID_REQUESTS] & "?a=API_GetFieldProperties&fid=9" & "&rdr=";