LISE - is there a way to add conditions based on order?
Posted: Sun Oct 01, 2017 10:17 am
Hello,
How would I go about adding a condition to my LISE? If I wanted to apply different rules for order position 1-6, what's the best way to go about it? Here's a rather dumb way to explain:
if list item order 1 = add div label "left"
if list item order 2 = add div label "center"
if list item order 3 = add div label "right"
--
if list item order 4 = add div label "left"
if list item order 5 = add div label "center"
if list item order 6 = add div label "right"
Thank you for any guidance.
How would I go about adding a condition to my LISE? If I wanted to apply different rules for order position 1-6, what's the best way to go about it? Here's a rather dumb way to explain:
if list item order 1 = add div label "left"
if list item order 2 = add div label "center"
if list item order 3 = add div label "right"
--
if list item order 4 = add div label "left"
if list item order 5 = add div label "center"
if list item order 6 = add div label "right"
Thank you for any guidance.