SETVALUESET

Discussions about CSEntry
Post Reply
jorjie_s
Posts: 9
Joined: August 15th, 2021, 11:49 pm

SETVALUESET

Post by jorjie_s »

Hi I would like to ask, how would I display all the staff name in STAFF_NAME column, is it setvalueset

Code: Select all

	forcase STAFF_DICT do
	    // Loop through all staff names 
		//Display interivewers name
		
		
	endfor;	
savy
Posts: 163
Joined: December 27th, 2012, 1:36 pm

Re: SETVALUESET

Post by savy »

You can use valueset's show function https://www.csprousers.org/help/CSPro/v ... ction.html
Post Reply