Last active
April 11, 2016 16:14
-
-
Save stphnwlkr/b7a0fc12b12930a08ee3 to your computer and use it in GitHub Desktop.
This file contains 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