Forum Discussion
ADumith
Apr 20, 2022Iron Contributor
Create a calculated field
Hello everyone, I have a gallery where the employees who are celebrating their anniversary are displayed. For this I have a collection: Set(varCM, Text(Now(),"mm")); Set(varCY,Text(Year(Now...
- Apr 21, 2022
Hello guys,
I did it by my self

This is the filter formula:
Sort(Filter(colWA,Mjoined = varCM && (varCY-Yjoined>0)),Djoined,Ascending)
Have a great day
ADumith
Apr 21, 2022Iron Contributor
Hello guys,
I did it by my self ![]()
This is the filter formula:
Sort(Filter(colWA,Mjoined = varCM && (varCY-Yjoined>0)),Djoined,Ascending)
Have a great day