[From Wrike] Using the ALL() function to build custom formulas
Mobeen Tahir Community Team at Wrike Wrike Product Manager Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online
Mobeen Tahir Wrike Team member Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online
Where do we use this formula? In a new custom field?
Hi Sarah Dungey, this formula can be used in any of the examples mentioned above. It can also be used in a custom field. If you have a use case where you'd need to use ALL () to override any custom field filters and include all values, this could be perfect. Let me know if this helps, or if you want to discuss a particular use case feel free to reach out.
Mobeen Tahir Community Team at Wrike Wrike Product Manager Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online
Mobeen Tahir Wrike Team member Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online
Hi Wrike Team,
I need to create a simple Numeric Custom Widget for projects with assigned Owners. The widget filter was set to the Project Owner (excluding empty owner fields). I used the following formula with, Could you please help me get the percentage?
Formula:
count([Project ID]) / count([Project ID], all([Project Owner]))
Thanks!
Hi Nishanth Joseph,
Herine from Wrike is here!
Are you building an indicator widget? If so, I think instead of using the ALL function and a widget filter, you can use a formula filter:
(COUN([Project ID]),[Project Owner]) / COUNT([Project ID])
Where [Project Owner] is set to exclude N/A:
With this setup, you don't need a widget filter by Project Owner.
I hope this helps!
Herine Community Team at Wrike Wrike Product Manager Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online
Herine Wrike Team member Aprenda sobre as funcionalidades e melhores práticas em Wrike com o nosso Treinamento Webinar Online