Hey guys,
I am working on a dataset in which we need to input a new column and add attribute in that column as per some validations.
Example: If there is 1 validation and 100 rows fit into that validation, then attribute "ABC" should be input in that new column
Then comes validation 2, if 22 rows fit into that condition, then attribute "XYZ" should be input.
For the rows who don't fit in any, the column cell must remain empty.
There are 70 validations.
I have used formula tool to add a new column and then If Then Else condition to specify attribute.
Then adding all validations 1 by 1 in the same formula tool by selecting the created column and again If Then Else condition in the new expression editor.
But I am facing a weird issue, the result is showing only the result corresponding to the final formula. All the earlier ones are getting ignored.
I swapped 1st and 3rd formulas and then also it showed results corresponding to only last formula thus validating my doubt.
Any solution for this?
Thanks