Search the web
Sign In
New User? Sign Up
NADUG · North American Dimensions User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
QuestionFilter oCustom   Message List  
Reply | Forward Message #156 of 164 |
Trying to custom order columns in grid. I know this is a documented
bug by SPSS. But, I am wondering if anyone has found a perhaps
undocumented way to archive this. I am using mrStudio 4.0.

Metadata:
Q1_LOOP "Question text blah blah blah" loop
{
Row1 "Row 1",
Row2 "Row 2",
Row3 "Row 3",
Row4 "Row 4",
Row5 "Row 5"

} fields
(
Col_1 "Column 1" long [1 .. 10];

Col_2 "Column 2" long [1 .. 10];

Col_3 "Column 3" long [1 .. 10];

Col_4 "Column 4" long [1 .. 10];

) expand;

Routing:
Q1_LOOP[..].QuestionOrder = OrderConstants.oCustom
Q1_LOOP[..].QuestionFilter = "Col_3,Col_1,Col_2,Col_4"
Q1_LOOP.Ask()





Thu Nov 13, 2008 3:17 am

msqrd1979
Offline Offline
Send Email Send Email

Forward
Message #156 of 164 |
Expand Messages Author Sort by Date

Trying to custom order columns in grid. I know this is a documented bug by SPSS. But, I am wondering if anyone has found a perhaps undocumented way to...
msqrd1979
Offline Send Email
Nov 15, 2008
2:23 am

The only ordering that works on question filters is normal, random, and rotate. The asc, desc, and custom orderings only work with categories. So for your...
Bret Hodge
mailhodge
Offline Send Email
Nov 15, 2008
3:49 am

So the workaround would look something like this. Metadata: Q1_LOOP "" loop { Row1 "Row1", Row2 "Row2", Row3 "Row3", Row4 "Row4", Row5 "Row5" } fields - ( ...
msqrd1979
Offline Send Email
Nov 16, 2008
2:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help