gstreichan
Registered User.
- Local time
- Today, 15:57
- Joined
- Apr 1, 2014
- Messages
- 34
Dears,
I am facing one issue that I think might be easy to solve but I am not getting it.
In 1 query I have 3 fields:
Item_Recv#
BOM_Pos
On_Hand
I want to show the max On_Hand quantity of every BOM_Pos followed by Item_Recv_# of the item as well.
For instance, on the screenshot example below, I need the query to show only the 2 rows below as 368.374 is the max of 4797 and 171 is the max of 4798 BOM Position. On top of that, the query should also show the correct Item_Recv_#, 67582 & 65793 respectively.
When I select First, Last, Min, Max for Item_Recv_#, it is always displaying the First, Last, Min, Max of the Item_Recv_# for the BOM_Pos and not the Item_Recv_# of the highest values.
Example below when choosing MaxOfItem_Recv_#
q022a_RRMRF_Select_auto q022a_RRMRF_Select_auto
Could you someone help how I work this around?
I am facing one issue that I think might be easy to solve but I am not getting it.
In 1 query I have 3 fields:
Item_Recv#
BOM_Pos
On_Hand
I want to show the max On_Hand quantity of every BOM_Pos followed by Item_Recv_# of the item as well.
For instance, on the screenshot example below, I need the query to show only the 2 rows below as 368.374 is the max of 4797 and 171 is the max of 4798 BOM Position. On top of that, the query should also show the correct Item_Recv_#, 67582 & 65793 respectively.
When I select First, Last, Min, Max for Item_Recv_#, it is always displaying the First, Last, Min, Max of the Item_Recv_# for the BOM_Pos and not the Item_Recv_# of the highest values.
Example below when choosing MaxOfItem_Recv_#
q022a_RRMRF_Select_auto q022a_RRMRF_Select_auto
BOM_Pos | MaxOfItem_Recv_# | MaxOfOn_Hand |
---|---|---|
4798 | 68568 | 171 |
4797 | 68609 | 368.374 |