Page 1 of 1

option TITLE in selcase function

Posted: January 26th, 2022, 4:21 am
by thierryt
Hi all,
please, is it possible for the future version of cspro to have an option TITLE in the selcase function (like in the showarray function).
An example :
OK = selcase(OCCUPATION_DICT, "")
include(var1,var2,var3)
title("Person name", "education level of individual", "age")
where var3>= 10 and var3<= 15;

or do you have another method to do that ?
Thanks

Re: option TITLE in selcase function

Posted: January 26th, 2022, 7:32 am
by Gregory Martin
This is currently possible: https://www.csprousers.org/help/CSPro/s ... ction.html

If you put text before the dictionary name, that is the heading;
OK = selcase("This is the selcase heading", OCCUPATION_DICT, "")

Re: option TITLE in selcase function

Posted: January 26th, 2022, 11:12 am
by thierryt
Hi Martin,
thanks for your answer.
What i want it is not the heading, it is a label for each variable listed in include().

Re: option TITLE in selcase function

Posted: January 27th, 2022, 5:06 pm
by sherrell
Hi Thierry,

At this time, no, you can only see the unique dictionary name for the three variables listed in the include parameter (var1,var2,var3).

We'll keep it in mind for a future release.

Sherrell