M
mbrassel
Hi, can we please get help with the translate function.
Here is what our translate function looks like:
translate(concat(field1, " ", field2), " ", "%20")
Unfortunately, this replaces the space with a % but for some reason drops
the 20. Consequently, when it goes into a browser, the % gets replaced with
a %25.
We are using Office/InfoPath 2007 and WSS 3.0.
Here is what our translate function looks like:
translate(concat(field1, " ", field2), " ", "%20")
Unfortunately, this replaces the space with a % but for some reason drops
the 20. Consequently, when it goes into a browser, the % gets replaced with
a %25.
We are using Office/InfoPath 2007 and WSS 3.0.