Use our Google Custom Search for best site search results.
Search
-
Apparently, I need to take a different tack on the path to resolving this.
The @select ="2" approach is very robust. The problem is I can't filter the results and I receive everything in the column. That is why I introduced the @EID as a filtering agent. @EID was a decimal value, but I made it a string and forced a ...
-
I guess I don't understanding the syntax! From the manifest file, when I'm dealing with secondary and main data sources, what is the syntax for main in the bracketed formula. [@EID = "/my:myFields/my:Summary/my:testfld"]
I created test field and copied it verbatium from the manifest, thats not working and the simple ...
-
expression="substring(xdMath:Eval(xdMath:Eval(../../dfs:Secdata[@select="2"][@EID =" xdXDocument:get-DOM()/my:myFields/my:Constants/my:EID" ], 'concat(", ", @ID)'), ".."), 2)"
Not having much success joining the second bracket. I've tried just about ...
-
I “think” I'm dealing with apples and oranges here, or the old Texas saying may apply "it’s hard to make chicken salad out of chicken dodo".(A) http://www.infopathdev.com/forums/p/7124/30263.aspx#30263 makes reference to: xdMath:Eval(xdMath:Eval(../my:Group/my:RepeatingGroup, 'substring(concat(my:Value, ...
-
Jimmy, Others?Any suggestions on how to add a qualifier to this "substring(xdMath:Eval(xdMath:Eval(../../dfs:Inventory_Master_List[@IOR = "yes"], 'concat(", ", @ID)'), ".."), 2)". This statement is working well, but It's picking up everything that is in the column with a "yes". I ...
-
The filename is built with parameters in the form and that is what is used to create "Title" upon submit. To the best of my knowlege were talking Apples and Apples, this does not mean my approach is rotten to the core however :)
-
I have come across the issue where the values are not retained in the string once I close and reopen the file. Makes sense, they come back on the next selection of a row. Is there a trick to add a checkbox outside of the table to trigger a refresh, short of toggling the table rows? Or is there a way to retain the data at the form level?
-
Is there a simple way to attach the forms id, to the form after it is submitted then reopened?
This appears harder than it should be @id[@Title=filename]. The secondary data appears to be limited on what i can retreive?
-
-
OK, you performed a bit if magic that I'm missing here. If I select the FX button and wish to edit the value say from "yes" to "no" I'm flagged with an error, "A filter cannot be applied to the currently selected field. Select different field." Is this something you typed in a text editor and ...