-
-
Save ivanionut/2eac205801717362dc37fdb3cb838943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query function getSpecialtyCodeChartData(required numeric rc=99){ | |
var sc = queryExecute("Select specialtyname, qty From specialtycategorycount_view | |
Order by qty DESC, specialtyname",{},{maxrows = "#rc#"}); | |
return sc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment