Rob Symonds
- Total activity 136
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 31
- Subscriptions 52
Comments
Recent activity by Rob Symonds Sort by recent activity-
Hi Paul, "Get Table Column" > "TableName" > "ColumnName" > "Greater Than" > "Limit To Fire Action on" Thanks, Rob.
-
Hi Paul, The solution to this can apply to any situation where you need to test that a given question is not in a given lookup table. ### AnswerLookup:QuestionToCheck|Lookup table to check nu...
-
Hi Paul, No problem - You need to use "null" - a blank string will not work. Thanks for checking :o)
-
To test the length of the answer to a question:## IF([QuestionName_Value].Length > 0, [QuestionName_Value], "") ## This will remove blanks and then test the length of the answer:## IF([QuestionNam...
-
Hi, I think you'll have to set a hidden question in the Conditional Rate File and test that in the Rule Builder. Something like:###SetCover:ItemsToTotalRatio[TotalQuestion] / [TableColumn_Total] ##...
-
See above
-
See above
-
See above