Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHi, Can someone please explain me why was this logic applied.
trim([Field_1]) != "." and trim([Field_1]) != "RFI ."
Also for adding record ids how this formula has this been derived is because Company_Name was first field in Field_1
if [Field] == "Company_Name" then [Row-1:RecordNumber]+1 else [Row-1:RecordNumber] endif
Here is my solution :)
Interesting!