Is it possible to get facility drop-down list with external file

Discussions about CSEntry
Post Reply
rajeshwar333
Posts: 10
Joined: July 11th, 2020, 2:02 pm

Is it possible to get facility drop-down list with external file

Post 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.
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Is it possible to get facility drop-down list with external file

Post 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
Post Reply