Function
|
Description
|
---|---|
Combines the response value for nested grid questions iterations
|
|
Transfers data from SourceGrid to DestinationGrid
|
|
Creates a summary result for a grid
|
|
Converts grid sub-questions into flattened questions
|
|
Retrieves flipped data from SourceGrid
|
|
Removes the deprecated OldCategory from MDMObject
|
|
Replaces oldCategory with newCategory for a loop/categorical questions
|
|
Subtracts the values for one or more questions
|
|
Sums the value for more than one categorical question
|
Iteration Name
|
Case 1
|
Case 2
|
---|---|---|
A
|
{ ABitLike }
|
{ Dislike }
|
B
|
{ Like }
|
{ Dislike }
|
NetAorB
|
{ ABitLike , Like }
|
{ Dislike }
|
LevelID
|
Q1
|
Q2
|
Q3
|
---|---|---|---|
{A}
|
{ Dislike }
|
I am testing
|
2
|
{B}
|
{Like}
|
I am
|
2
|
{C}
|
{Dislike}
|
I
|
3
|
{D}
|
{Like}
|
I am t
|
4
|
LevelID
|
Q2
|
Q1
|
---|---|---|
{A}
|
I am testing
|
{ Dislike }
|
{B}
|
I am
|
{Like}
|
{D}
|
I am t
|
{Like}
|
LevelID
|
Q2
|
Q1
|
---|---|---|
{A}
|
I am testing
|
{ Dislike }
|
{B}
|
I am
|
{Like}
|
A
|
B
|
C
|
D
|
E
|
|
---|---|---|---|---|---|
BrandA
|
√
|
|
√
|
|
|
BrandB
|
|
√
|
|
√
|
|
BrandC
|
|
|
√
|
√
|
√
|
BrandD
|
√
|
|
|
|
|
LevelID
|
Grid
|
---|---|
{A}
|
{ Dislike }
|
{B}
|
{Like}
|
{C}
|
{LikeABit}
|
{D}
|
{ LikeABit }
|
LevelID
|
Type
|
---|---|
{ Like }
|
{ B }
|
{ Dislike }
|
{A}
|
{ LikeABit }
|
{C,D}
|
LevelID
|
Type
|
---|---|
{ Like }
|
{ B }
|
{ Dislike }
|
{A}
|
Before removing
|
After removing
|
---|---|
cat - categorical [1..]
{ Dog -, Goldfish -, Panda -, Giraffe -, Tiger -, DonKnow - }; |
cat - categorical [1..]
{ Dog -, Goldfish -, Panda -, Giraffe -, DonKnow - }; |
Before removing
|
After removing
|
---|---|
MyLoopCatQuestion - loop
{ A "A", B "B", C "C", D "D" } fields - ( rating "rating" categorical [1..1] { Dog "Dog", Goldfish "Goldfish", Tiger "Tiger", Panda "Panda", Giraffe "Giraffe" }; ) expand grid; |
MyLoopCatQuestion - loop
{ A "A", B "B", C "C", D "D" } fields - ( rating "rating" categorical [1..1] { Dog "Dog", Goldfish "Goldfish", Panda "Panda", Giraffe "Giraffe" }; ) expand grid; |
Before removing
|
After removing
|
---|---|
MyLoopLogicQuestion - loop
{ Dog "Dog", Goldfish "Goldfish", Panda "Panda", Giraffe "Giraffe", Tiger "tiger" } fields - ( YesOrNo categorical [1..1] { Yes "Yes", No "No" }; ) expand grid; |
MyLoopLogicQuestion - loop
{ Dog "Dog", Goldfish "Goldfish", Panda "Panda", Giraffe "Giraffe" } fields - ( YesOrNo categorical [1..1] { Yes "Yes", No "No" }; ) expand grid; |
Before replacement
|
After replacement
|
---|---|
{dog,snake,panda}
|
{ dog,serpent,panda }
|
{giraffe,snake}
|
{giraffe,serpent}
|
{dog,goldfish}
|
{dog,goldfish}
|
Question
|
Before replacement
|
After replacement
|
---|---|---|
MyLoopCatQuestion[{A}].Rating
|
{dog,snake,panda}
|
{ dog,serpent,panda }
|
MyLoopCatQuestion[{B}].Rating
|
{giraffe,snake}
|
{giraffe,serpent}
|
MyLoopCatQuestion[{C}].Rating
|
{dog,goldfish}
|
{dog,goldfish}
|
MyLoopCatQuestion[{D}].Rating
|
{snake}
|
{serpent}
|