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 Jon, There is no SetExcessFromLookup but the SetExcess function will take a formula so you could do a SetCoverFromLookup on a hidden question and then... ###SetExcess:WhateverClaimType[TheQuesti...
-
Hi Jon, The syntax is: ###IncludeEndorsementsFromLookup:QuestionName|LookupNameLookupColumnWithEndorsements### The endorsement identifiers can be separated by a comma(,) or slash(/).As Mark noted,...
-
Hi, Just thought I'd add that you can use CEILING() to always round up, you just need to get the decimal point in the right place: 101 round up to 200 = CEILING(101/100.0) * 100 = CEILING(1.01) * 1...
-
Hi Nat, Did you try _Rate (capital R) ? ## [Commission_846_IndexLevel0_Rate] ## Thanks, Rob.
-
Hi, Ahh, this is a little tricky to explain without going into detail. Basically just wrap the token with hashes, ## [Commission_846_IndexLevel0_Rate] ## I've tested it on that document and it work...
-
Can I have a case number please? It worked on the one I tried it out with. Thanks, Rob.
-
Hi Jon! You can use XXX_DateValue to get a date value for comparison. e.g.IF([Person1DOB_DateValue] > [Person2DOB_DateValue], Person1_Younger, Person2_Younger) Hope that helps.
-
Hi Nat, You should be able to use ## IF([TableName_RowCount] = 0, 'none', '') ## Thanks, Rob.
-
All good thanks Jon, busy :o) Hope you're fine and dandy as well. Here's what I'd do - keep it as transparent as possible (and do what you want) Add two extra questions to hold the individual rates...
-
Hi, Any answers that appear on the Matrix tab (Calculation type answers) store the CHANGES to the question at MTA. Therefore, on an MTA, when you use ## [QuestionName_Cover] ## you have access to t...