cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 - Query Generator - Unable to pull through golden arrow on query

0 Kudos
1,105

Hi,

Please see query below, simplified for purpose of question:

When you go into the GL breakdown there is a Golden Arrow that is used to drill into the transaction.

When I pull through this field into the query generator the golden arrow is no longer available.

Could you tell me how to pull this through?

Thanks

View Entire Topic
LoHa
Active Contributor

Hi Mark,

for the Account it works for me.

You could try to force the arrows by using FOR BROWSE

regards Lothar

SELECT TOP 10 T0.[BaseRef], T0.[Account] FROM JDT1 T0 WHERE T0.[Account] = '169020'
FOR BROWSE
0 Kudos

Hi Lothar,

Thanks for your answer, it was the Origin (BaseRef) that I needed the drill down for.

It is available in the GL entry table and I am pulling through that same field in this report but the arrow doesn't appear with it.

Thanks

Mark