Not applicable
03-20-2018
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to make a rule or multiple rules that will run and calculate different dimensions. I don't think it will be too difficult, but I'm not sure how to write iLogic, especially trying to run certain rules only under certain conditions. Here is an example of my idea of the syntax.
Rule 1:
While (SecondDist = 0 & ThirdDist = 0)
*math*
End While
Rule 2:
While (ThirdDist = 0)
*math*
End While
Rule 3:
While (FirstDist=0 & SecondDist = 0 & ThirdDist = 0)
*math*
End While
Rule 4:
While (FirstDist !=0 & SecondDist != 0 & ThirdDist != 0)
*math*
End While
Solved! Go to Solution.
Link copied