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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:51:13+00:00 2026-05-18T19:51:13+00:00

Is it possible to use the value for a row from a named calculation

  • 0

Is it possible to use the value for a row from a named calculation as part of the T-SQL for another named calculation?

I am using BIDS to modify a data source view for a SS 2005 SSAS cube I have. I use a named calculation to associate the AccountID to each row in another table:

(SELECT c.ACCOUNTID FROM sysdba.CONTACT c WHERE c.CID ={current-table}.CID)

These calculations run in a few seconds. If I have another named calculation that nests that command, it runs very slow, it takes minutes. An example would be:

(SELECT a.TYPE FROM ACCOUNT a WHERE a.ACCOUNTID = (SELECT c.ACCOUNTID FROM sysdba.CONTACT c WHERE c.CID ={current-table}.CID))

Is there some way to execute something like:

(SELECT a.TYPE FROM ACCOUNT a WHERE a.ACCOUNTID = {current-table}.AccountID)

Obviously, that doesn’t work when I try it. It tells me that it’s an invalid column ID.

  • 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-18T19:51:14+00:00Added an answer on May 18, 2026 at 7:51 pm

    Give this a try

    SELECT a.TYPE 
    FROM ACCOUNT a 
    JOIN sysdba.CONTACT c ON a.ACCOUNTID = c.ACCOUNTID
    WHERE c.CID ={current-table}.CID
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to get the value from a JavaScript variable and use this
I am currently using SSIS to read the data from a table, modify a
I am wondering if it is possible in R to use a value that
Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I
I am trying to use sql such as this: SELECT t.*, t2.* FROM templates
Possible Duplicate: Use LINQ to read all nodes from XML I am trying to
I'm trying to generate all possible 'ways' from one element in matrix to another,
I am using the following script to import data into my mysql database from
I need to constantly merge (upsert/delete) data from an ODBC data source to a
Is it possible use a MySQL query to perform this kind of check? If

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.