how to use double quotes in concat - InfoPath Dev Sign in | Join | Help in Newbie Questions InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Newbie Questions » how to use double quotes in concat Use our Google Custom Search for best site search results. how to use double quotes in concat Last post 06-21-2018 08:47 AM by Hilary Stoupa. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 06-20-2018 06:27 AM mravimtnl Joined on 05-24-2015 Posts 9 how to use double quotes in concat Reply Contact I am building a dictionary from infopath fields. The final structure should like this : {"key1":Ravi , "key2":"hill"} I am not able to concat " " as the same are being used in concat function. The only work around i could think of is making " as default value to a text box and us it.Any work around other this Filed under: concat, Infopath 2013 06-21-2018 08:47 AM In reply to Hilary Stoupa Joined on 06-20-2008 Posts 13,108 Re: how to use double quotes in concat Mark as Not AnswerMark as Answer... Reply Contact Use single quotes for your concat, then you can have doubles inside. concat('this is my text "', fieldhere, '" here is some more text') Hilary Stoupa Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.