This is a place to ask questions, suggest features, and discuss topics. Thank you for your contributions.
RESOLVED. If I use a filter to indicate that I want everything but a certain value, I’m finding that if I click on the filter again, the syntax will change so that my selection of the dataset becomes inverted from what I originally intended. So if I enter `rockstar!=1` in my filter syntax to... [view]
This feature would allow the user to perform stat testing in the var axis. [view]
When I display markup for my groups, why does it show `[name]=[value]`? [view]
RESOLVED `numericfield=="string value"` in syntax causes RB to crash. `stringfield==1` in syntax causes RB to crash. [view]
RESOLVED I am having some problems when I try to import a template to my report builder project. I get this error: Error importing template: Object reference not set to an instance of an object". [view]
Update: The weighted median algorithm was improved in *version 1.2.1007 "Another Wave"* I'm getting very close on the weighted median function. It comes very close to matching SPSS. I think the difference may be due to rounding, but I'm not sure yet. I would like to know how important this f... [view]
**This feature is now available**, and there's an article that explains how to [create a table of contents](/docs/report-builder/table-of-contents). First, the exported tables would be given a "named range" in Excel. Second you would be able to export a table of contents that links to those ... [view]
One user asked: What's the best way to compute Means for age or income category questions? Do I create a recoded variable converting the categories into the midpoint values? Or do I do it using syntax in RB? (e.g., `%($25K-$50K)*37.5))+ %($50K-$75K)*62.5.5))+…)` Is there another method? Anot... [view]
How would we show how much Measure 1 changed between this month and last month? I tried creating a group which is the difference between those two months: syntax is: (this_month==1) - (last_month==1) But that didn't create what we're looking for. [view]
How would I re-base a '*multi-var combine using or*' syntax to all respondents? Here's the original syntax that RB created: pctin(or(Q1==1,Q2==1),true) [view]
Post a New Topic