Page 1 of 1

Labels in Selcase include

Posted: January 18th, 2018, 10:20 am
by Mariovaisman
Hello,

I am working with the selcase function, where it show me the selected cases included the key and the variables selected from the clase include(...).
The column of those variables have as a header the variable name, those names not always are clear for the enumerator.

What I would like to have is the way to permit to show titles as we have in the show function, then the list showed can be clear and more useful.

Thank you

Mario

Re: Labels in Selcase include

Posted: January 18th, 2018, 10:26 am
by Mariovaisman
I was checking in the version 7.1 Beta that there is something new calls heading before the dictionary name, but there is no explanation about it yet.

Thanks

Re: Labels in Selcase include

Posted: January 18th, 2018, 12:12 pm
by Gregory Martin
CSPro 7.1 allows you to specify the heading of the selcase dialog, but not the columns titles.

If you absolutely need titles, then your best option is to use showarray with title. This means, however, that you need to loop through every case (forcase) and construct the array of applicable values.

Re: Labels in Selcase include

Posted: January 19th, 2018, 1:34 pm
by Mariovaisman
Thank you Gregory.

Good choice