Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6915 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi

I am doing a domain registry list, it will shows all the expired domains.

My expired dates are categorise by months using 'sub summary'.

I wish to count how many domains are there in this month (it will be show at the bottom to inform the user the number of domains expiring this month). Only this month number will be shown but not every month.

For my field I was thinking something like

exact(expired date; month(//)

count(expired date)

Can someone help me with this..?

Thanks a lot

Kelvin

Posted

Hi, Roshhour!

Creat one calculation boolean field:

Expaired_Current_Month=Case(Month(expired date)=Month(Today),1,0)

Then your Count_Field=summary total of Expaired_Current_Month

Posted

Hi

hm.. I am trying to get the number of my expired domains out of all domains.

I created 2 fields, 'expired domain calculation' and 'expired domain'

expired domain calculation - Date Expiry ≤ Get(CurrentDate)

expired domain - count ( expired domain calculation)

can't get it working.. i think im doing it the wrong way. Can someone helps..?

Thanks a lot

Kelvin

This topic is 6915 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.