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 7175645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:20:34+00:00 2026-05-28T16:20:34+00:00

I currently make many calls to an SQL database to get sums of data,

  • 0

I currently make many calls to an SQL database to get sums of data, however the data is already in an NSArray so I would rather do my calculations on this instead.
I currently use this query on the SQL Database:

 SELECT MAX(pk), pk, CASE WHEN result IS NULL THEN BFNeeded ELSE CFNeeded END AS Carry,
 CASE WHEN result IS NULL THEN 1 ELSE 0 END AS Settle FROM table1;

I have a custom object that has several NSStrings the same as the SQL table (pk, BFNeeded, CFNeeded etc..) and I have several of these objects in an NSArray.

How can I perform the above query on the array?
Is there a way to perform SQL queries like above, or do I need to take a totally different approach to do the CASE?

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-28T16:20:36+00:00Added an answer on May 28, 2026 at 4:20 pm

    Check out Key Value Coding operators, which may accommodate the type of operations on an array that you are seeking:

    http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/KeyValueCoding/Articles/CollectionOperators.html#

    You may seek to filter or predicate your array, for example, you can iterate an array with a block or obtain a subset of objects that meet certain criteria or pass a test, for example with:
    NSArray *filteredArray = [myArray filteredArrayUsingPredicate:myPredicate];

    Then use a KVC operator for a calculation on the result set.

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

Sidebar

Related Questions

I am currently investigating how to make a connection to a SQL Server database
We're distributing a commercial application for Linux and we currently make it available for
My company runs a video website. We currently make our content available via streaming,
We've got a C++ Project that currently uses Make on Linux to build. I'd
I am currently trying to make a navigation-menu where an active-class is applied to
I'm currently trying to make a small application that performs different duties. Right now
I am currently trying to make a sectioned table like this: Section 1: Entry
I currently was tasked to make a genogram for a family consisting of siblings,
Currently I have subversion set up so that when I make changes in Eclipse
currently, if I make a page object of a pdf page with pyPdf, and

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.