ghostofelmo
IS-IT--Management
I am using the following formula
If {P Folder 1.Material} = "Stone" then {P Folder 1.$} else 0 +
If {P Folder 2.Material} = "Stone" then {P Folder 2.$} else 0+
If {P Folder 3.Material} = "Stone" then {P Folder 3.$} else 0+
If {P Folder 4.Material} = "Stone" then {P Folder 4.$} else 0+
If {P Folder 5.Material} = "Stone" then {P Folder 5.$} else 0
The result that I get is only the first {PFolder 1.$} and not the result of the rest.
If {P Folder 1.Material} = "Stone" then {P Folder 1.$} else 0 +
If {P Folder 2.Material} = "Stone" then {P Folder 2.$} else 0+
If {P Folder 3.Material} = "Stone" then {P Folder 3.$} else 0+
If {P Folder 4.Material} = "Stone" then {P Folder 4.$} else 0+
If {P Folder 5.Material} = "Stone" then {P Folder 5.$} else 0
The result that I get is only the first {PFolder 1.$} and not the result of the rest.