Page 1 of 1
Is it possible to get facility drop-down list with external file
Posted: July 20th, 2020, 12:24 pm
by rajeshwar333
Is it possible to get dynamic list of facility dropdown in CSPRo. Not entering the code of facility, but should pop-up facility list in a dropdown. Dropdown should be based on the external file linked.
If above is possible, please guide how to go about it.
Re: Is it possible to get facility drop-down list with external file
Posted: July 20th, 2020, 7:09 pm
by Gregory Martin
Have you looked at the
selcase function?
https://www.csprousers.org/help/CSPro/s ... ction.html
There is an example of how to use this function in the CSPro Examples folder (1 - Data Entry\Selecting Cases).
Alternatively, you can use the forcase loop and dynamic value sets to loop through an external file and get the list of facilities to show:
https://www.csprousers.org/help/CSPro/f ... ement.html
https://www.csprousers.org/help/CSPro/v ... ction.html