One option that can help is to limit the number of tables that populate at one time. This can be done by replacing your tDoc.Populate statement with the...
Hey, I'm looking for a more elegant solution than this one below..... does anyone have any fancy javascript that I could use instead or another (better)...
Hey David, I don't have code on hand for you but you could do the following. 1. Check the keyCode of the current onkeydown event 2. If if is the enter key (13)...
Hi David, The following works for me in mrStudio (haven't had occasion to fully test it since the Next button is usually positioned first in my templates): ...
Hi Folks, My first post, so apologies if I'm not following the right protocol here :) I don't have a fully tested solution for this, but I did put together ...
I am trying to find out how to set a global variable in my Dimensions Script in the routing section using mrStudio. I have declared a variable, SectionNumber,...
Hi, Doing this is not advisable as it can be confusing especially if you try to reuse variable names. In general, global variables are seen as a poor...
Hi Mark, I can think of a couple of ways to go:- 1) If you want to store the value in the case data you could do the following:- Metadata(en-US, Question,...
Hi, Tyler, Thanks for the suggestion. This is actually what I ended up doing before your suggestion. I think adding a property works quite well and this is...
Just so I understand this, Option GlobalVariables makes ALL variables declared global and not just selected variables? I can see why this would be problematic....
I actually just tried Option GlobalVariables in the routing and it doesn't seem to work in 4.0 (perhaps would in a later version). Looks like it is meant for...
All, Thanks to Rich and Tyler for their helpful posts. I have implemented the following code, but it seems to not work. I'm wondering if this is a bug. I'm...
Question for you..... Who in the US has the most experience in data collection via cell phone? Does any particular company come to mind? Thanks, David...
Hi, I was wondering if anyone here has used an OLE/ODBC Data Adapater for connecting to the mrData model and exporting the data via ODBC, rather than using OLE...
Hi, I am new to Dimensions. I am using mrStudio/TOM for tabulation requirement. I need to report the results in custom chart types, when i do that it displays...
How many engines are you running on your typical online/web cluster for mrinterview? One of our clusters has 9 engines per app server for a total of 36 and the...
... cluster for mrinterview? ... and the other has 4 engines per app server for a total of 8. ... doing less work each or less engines doing more work each. ...
To clarify: Cluster 1 - version 4.5: One of our clusters has 9 engines per app server for a total of 36. This setup is sitting on 4 physically very large...
I absolutely love the idea of capacity on demand, especially if we had the ability to somehow track resource utilization by project. I realize that the...
... We try to deal with this by using "total variables collected", instead of completes. The idea being that a longer study could equal that of 4 or 5 smaller...
... Hi Zabb, Without seeing your script, the C:\Documents and Settings\username\Application Data\Microsoft\Excel\Xlusrgal.xls file and knowing what version of...
Hi folks...one more question. I'm trying to get a sense of how long the average survey takes to program in mrScript for your teams..... I've heard anywhere...
David - Short & easy surveys might take a couple hours, long & complicated ones could take close to a week, but the vast majority are done in 1-2 days. All of...
Thanks for all the feedback to my previous questions. What is the largest number of concurrent interviews per engine that your cluster has handled? Some claim...
Programming time is so wildly variable it is hard to estimate. I would say that programming in Dimensions doesn't seem to be any faster/slower than any other...
Hi Rich, Thanks for the reply, yes i got it's an error in creating a custom chart type, i don't know how you created your chart type, when i recreated it in...
Hi Group, My tables created using axis specification are not being sorted by columns. In the axis specification i have used multiple variables to create a...
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...
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...