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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:08:46+00:00 2026-06-12T09:08:46+00:00

I would appreciate your support to understand what is wrong with the code below:

  • 0

I would appreciate your support to understand what is wrong with the code below:

SELECT [Name] As Milestone, [Start], [Outgoing tasks] As OTask 
FROM [Sheet1$] 
WHERE [Main project] = 'Company A' AND [Main link] = 'Project 1' 
AND [Task class] = 'Company' 
AND [Start] > (SELECT [Start] 
               FROM [Sheet1$] 
               WHERE [Main project] = 'Company A' 
               AND [Main link] = 'Project 1' 
               AND [Name] = OTask 
               AND [Incoming tasks] = Milestone)

What I am actually trying to do is getting the registry (Name) which happens after its successor (Outgoing tasks).

Is there an issue with my parameters (Milestone and OTask)?

ERROR: NO VALUE GIVEN FOR ONE OR MORE REQUIRED PARAMETERS

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-06-12T09:08:47+00:00Added an answer on June 12, 2026 at 9:08 am

    The problem is that you use your alias in your where condition.

    It should look like this instead

    SELECT [Name] As Milestone, [Start], [Outgoing tasks] As OTask 
    FROM [Sheet1$] 
    WHERE [Main project] = 'Company A' AND [Main link] = 'Project 1' 
    AND [Task class] = 'Company' 
    AND [Start] > (SELECT [Start] 
                   FROM [Sheet1$] 
                   WHERE [Main project] = 'Company A' 
                   AND [Main link] = 'Project 1' 
                   AND [Name] = [Outgoing tasks]
                   AND [Incoming tasks] = [Name])
    

    You have to replace OTask by [Outgoing tasks] and Milestone by [Name]

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

Sidebar

Related Questions

Hi I've been stuck on this problem for a while and would appreciate your
The following queries update the same table like 7 times.. I would appreciate your
got a problem, can't get my head around this jquery and would appreciate your
I'm quite a beginner with Zend Framework so I would much appreciate your help
What, in your opinion (although I would highly appreciate articles / books on related
Would appreciate your help with something. I have an autoclick Greasemonkey for Firefox script
I would appreciate your help with a hopefully trivial issue. Recently I've started learning
I'm new to linq so would appreciate your help with getting this left join
I would really appreciate your help with an installation error. I've been trying to
I would appreciate your help regarding this: I have 2 models, book and author,

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.