option TITLE in selcase function

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
thierryt
Posts: 47
Joined: April 26th, 2017, 12:17 pm

option TITLE in selcase function

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

Re: option TITLE in selcase function

Post 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, "")
thierryt
Posts: 47
Joined: April 26th, 2017, 12:17 pm

Re: option TITLE in selcase function

Post 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().
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: option TITLE in selcase function

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