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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:00:54+00:00 2026-06-07T19:00:54+00:00

This may seem a simple question, but for some reason I am vexed. I

  • 0

This may seem a simple question, but for some reason I am vexed.

I have a form with 3 datasources – InventTable, InventSum, InventDim.

So, for example, my grid shows;

Item, Name, Site, Warehouse, Physical Stock

I have placed a display method on InventDim form DataSource, but I need access to the ItemId from either inventTrans or InventSum. (Obviously looking for the “current” itemId).

All I can access is the inventDim which is passed as a parameter _inventDim, as standard.

What is the best way to access the “current” itemId?

  • 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-07T19:00:56+00:00Added an answer on June 7, 2026 at 7:00 pm

    Okay, I found the answer, with great thanks to this reference by Joris de Gruyter;

    http://daxmusings.blogspot.co.uk/2011/10/forum-advanced-display-method-querying.html

    The key was to put the display method on the InventSum datasource.

    You can then use _inventSum.joinChild() to retrieve the linked inventDim, here is Joris’ example;

    display Qty AvailPhysical(InventSum _inventSum)
    {
        InventDim       joinDim, dimValues;
        InventDimParm   dimParm;
        InventSum       localSum;
    
        //THE IMPORTANT LINE...
        dimValues.data(_inventSum.joinChild());
    
        dimParm.initFromInventDim(dimValues);
    
        select sum(AvailPhysical) from localSum where localSum.ItemId == _inventSum.ItemId
            #InventDimExistsJoin(localSum.InventDimId, joinDim, dimValues, dimParm);
    
        return localSum.AvailPhysical;
    }
    

    I am sure this will help someone out in the future!

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

Sidebar

Related Questions

this may seem like a very simple question, but I want to dump some
This may seem like a simple question but i am getting an error when
This may seem a very silly question. Consider this: I have a simple Boolean
This may seem like a simple question, but I can't find the answer anywhere
This one may seem like a simple question, but it's really got me scratching
Okay this may seem too simple of a question but I've wasted enough time
This may be a really simple question, but things I've tried don't seem to
This may seem like a stupid Question but i have two cubes being rendered
this may seem like a simple problem but I couldn't find it in the
This may seem like a stupid question, but what message do i send to

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.