Use our Google Custom Search for best site search results.
Search
-
Hi Hilary,
Can you please let me know to what change my list? number of rows of quantity cannot be defined in some way and the price too, that why I thought I need to use repeating table, and as amount is going to be get from quantity and price- the number rows of amount cannot be defined too. If you were me, what would you do?
-
Hi Hilary,
Thanks for your reply. The repeating fields are strings, but I assume they must be numbers. Let's consider I made numbers, how can I get the amount from quantity and price? I was thinking to use the eval function to get the values of price repeating table like this:100;200; and the quantity repeating table like this: 1;2; and ...
-
HI Hilary,
I am trying to get Quantity * Price . I am trying to get Amount (in the screen shot I filled the Amount manually). The problem is that Quantity is one repeating table, Price is another repeating table, Amount is the other repeating table.
-
Hello,
As the subject is confusing, please take a look an a screenshot. I need to get the Amount using this rule: Quantity*Price=Amount.
I am using SharePoint form. Is there a way to implement this?
Thanks in advance
-
A little appendant.
I do not want to select any option in list box I just want the rule to work when the form is opened.
My main problem is to check if my list contains the username, and as data connections are not working on textboxes I had to use choice type controls
-
Hi there
What if I need to check if the List Box in InfoPath, which is surely Choice type, contains the other control that gets the User Name? The expression is: contains(dfs:dataFields/my:SharePointListItem_RW/my:LineManagers, dfs:dataFields/my:SharePointListItem_RW/my:UserName)
What should I change in this expression?
P.S. List Box gets the ...
-
In the previous example the data in promoted column is a user name, in this example it is an email address. Just for information: I get the users and the emails addresses from external data source (an external list).
-
Hello,
I need to send an email from a workflow using the email address or the user from the form. I tried “Workflow lookup for a user or group” option from the “To” tab in “Email” section, but that is not working. I assume the problem may occur because Designer 2013 understands the email address or the user as a string. (The pic is attached).I ...
-
Yes, you are right! How i didn't guess myself... Thank you Hilary
-
You understood me well. I've attached a pic to show what i mean.