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; |