Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
handry_orozco
Partner - Contributor III
Partner - Contributor III

Query in SAP

Hi experts

Select BSID~GJAHR

            BSID~VBELN

            BSID~BUDAT  

            BSID~BELNR   

            BSID~BUZEI   

            BSID~HKONT   

            BSID~WRBTR   

            BSID~SHKZG

            VBRP~WERKS 

  From BSID

  Left Join VBRP 

            On (BSID~VBELN = VBRP~VBELN

          And BSID~BUDAT = VBRP~ERDAT)

  Where VBRP~POSNR IN '00001';

VBRP~POSNR IN '00001';


But show this error "In the WHERE condition, no field in the right table of a LEFT OUTER JOIN can appear: "VBRP ~ POSNR"


I need this condition


Thanks

1 Reply
MK_QSL
MVP
MVP

May be try

  Where VBRP~POSNR IN ('00001');