Math operation from text entry piped text | XM Community
Skip to main content
Solved

Math operation from text entry piped text

  • March 31, 2020
  • 9 replies
  • 571 views

Hi all, I have a matrix question, with one row and two columns, with a text entry form. In each of the columns I ask the responded to give a number (I set Content Validation --> Number). I want to calculate the average of these two text entries. In the Survey flow, after the block where I ask them about these two numbers, I write: ! Apparently the expression is not correct. When I write : ${e://Field/average} , I get {Invalid Expression}. I followed the "Math Operations" page provided in Qualtrics to write the embedded data expression. What am I doing wrong? Thank!

Best answer by TomG

In your original you needed a space between ( and q AND between 2 and )

9 replies

  • Author
  • 16 replies
  • March 31, 2020
In case someone else in interested, I solved it by dividing it into two parts: !

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • March 31, 2020
In your original you needed a space between ( and q AND between 2 and )

  • Author
  • 16 replies
  • March 31, 2020
Great, thank you TomG!

KWigg
Level 2 ●●
Forum|alt.badge.img+9
  • Level 2 ●●
  • 52 replies
  • April 8, 2020

TomG I don't suppose you happen to know how I could force that calculation to show up with decimals? (Currency)


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • April 8, 2020

KWigg
Level 2 ●●
Forum|alt.badge.img+9
  • Level 2 ●●
  • 52 replies
  • April 8, 2020

Dangit, I even saw that part!! Wizard, indeed! You're my hero!! :)


KWigg
Level 2 ●●
Forum|alt.badge.img+9
  • Level 2 ●●
  • 52 replies
  • April 8, 2020

So, I believe that works, however, I need to force a '.00' on whole numbers. Can rounding do that, or do I need something else?


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • April 8, 2020

Unfortunately, there isn't a practical survey flow method of formatting numeric embedded variables. So, you'll have to do it in JavaScript with .toFixed(2).


KWigg
Level 2 ●●
Forum|alt.badge.img+9
  • Level 2 ●●
  • 52 replies
  • April 8, 2020

TomG Thank you - I've been looking into that, actually, just haven't gotten quite the right syntax. Appreciate your help!!