Hello, I am new to qualtrics and coding. I was wondering if there is a way to have two questions be asked with a number response to each and then have these number be multiplied and the answer used in a display logic later on. I have read through the math operations page but am unclear on how to go about this. Thank you for you help!
Question
Multiplying and display logic
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Next, the Embedded Data. I named the field "Result" in this example. The value is assigned by taking the piped values from the two questions and using math operations (the code $e{ ...} wraps around the QIDs) to multiply them. The QID numbers will be different in your survey; temporarily pipe them into a question in your survey editor to find them for both questions. Note that the Embedded Data field has to be assigned before the block where the result is displayed, otherwise it won't show up to the respondent.
Finally, pipe in the Embedded data field into your second block.
Good luck!