Use our Google Custom Search for best site search results.
Search
-
Close- it gives me 3 digits followed by 6 digits xxx-xxxxxx instead of 2 followed by 7 xx-xxxxxxx
Can you adjust?
Ok I figured it out - trial and error and reading - gotta love Google.
TIN = concat(substring(translate(., "- ", ""), 1, 2), "-", substring(translate(., "- ...
-
I have the formula's for SSN validation and formatting but my users want to use TIN numbers.
This is what I have for SSN (xx-xxx-xxxx)
concat(substring(translate(., "- ", ""), 1, 3), "-", substring(translate(., "- ", ""), 4, 2), "-", ...
-
I have 3 number fields in an InfoPath 2010 form and this is what I need to happen.
Number 1 = X
Number 2 = Y
Number 3 = Total
But the total need to be weighted - X is 60% of the Total and Y is 40% of the Total.
Ideas?
-
I have an Infopath Form that is hosted in a document library in Sharepoint 2010 and I need an easy way to print it. Anyone?
-
-
Morning all - I am trying to get through the Lab 9, 1 where I add the QdabraTask.xtp2 to the expense report form and get it to show status and write to a task list etc......
I have started over twice and worked all the way through and I am unable to get it to write to the task list.
I have changed and confirmed the GUID for the "List" ...
-
Got it - thanks worked. Hope all is well.
Thanks again
-
The replace string is not going any better frankly :)
-
I am trying to use the Encode Command but having not much luck =
Command
Encode /text=(field of QrulesLink) = error
-
Here is what I have - thanks Hil