Badges
Latest Posts
-
Re: Counting a specific set of subrecords in each recordHello, I have simple question. I build a to-do app and I want to count all the accomplished items in for each special project. I made a formula field with this syntax: cnt(select Tasks where Status like "Accomplished"). But now it counts all the tasks in every project. Is there a way to count only the tasks in a specific projects. Thanks for answering Hans
Hans, This should work: let me := this;cnt(select Tasks where Project = me and Status like "Accomplished") Steven -
Attachments Selector or also Photo Viewer
Sometimes you have more than one picture of an article. With this template you can choose from the attachments-tab which photo should be displayed. Posted it in the Webinar EN 2020 team :…
