Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7007319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:35:30+00:00 2026-05-27T21:35:30+00:00

I have an entity with three fields Task { Active BOOL Recurrent Int Started

  • 0

I have an entity with three fields

Task {
   Active BOOL
   Recurrent Int
   Started date
}

‘Recurrent’ is the delay for a task to happen. If task has a given ‘Started’ and a ‘Recurrent’ of 15, means it have to be repeated 15 days after ‘Started’.
I want to build an NSPredicate for finding all entities that at a given date need to be executed.

For example supposing there’s one entity in store with ‘Started’ = 15/12/2011 ‘Recurrent’ = 15, then querying CoreData on 29/12/2011 give no result. Doing a query on 30/12/2011 will give a result because 15 days has passed since ‘Started’.

I would easily deal with this with SQL with some math operation but I have absolutely no idea on how to accomplish this using NSPredicate, considering that the query is done directly on field.
I would like to stay with NSPredicate because it’s an iOS application with UITableView and I am planning to use an NSFetchedResultsController, but if not possible, an NSArray of entities would be fine.

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:35:31+00:00Added an answer on May 27, 2026 at 9:35 pm

    The “easy” answer would be to store recurrent as a date as well. Or to store a recurrentResolved value that is a date and fetch against that.

    The less easy and uglier option is to load all tasks and do the calculation in memory (in a convenience method) and then do a second NSPredicate against the objects. Once they are loaded into memory your NSPredicate can take advantage of methods in your subclass.

    I would recommend the first option. The second is far more expensive.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an entity that has three fields that need to form a unique
I'm using Entity Framework 4.1 Code First. In my entity, I have three date/time
I have entity Recipes and it has a HasMany collection comments. In a MVC
In my business model I have Entity class (IPoint interface ) that has a
I have an entity class that has a property with an underlying db column
I have an entity that has a state table associated with it. The state
I have an entity with several fields, but on one view i want to
I have an entity in my EDMX that I've extended with a few fields
I have an entity that needs to be grouped several times by three of
I have an entity model that has audit information on every table (50+ tables)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.