December 14, 201114 yr Hello I have a portal to hours spent on a project (PId in Projects, Belongs to PId in Hours) To make it easier to manage, I added a filter where a global in projects ("gMonth selected") is compared with the month in the hours table. It's easy to select all hours from december or november, but what if I want for instance all hours? Any hint deeply appreciated. Cheers
December 14, 201114 yr If I understand your question correctly, make the condition = Projects::gMonth = Hours::Month or IsEmpty ( Projects::gMonth )
Create an account or sign in to comment