Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Für Oracle Fraks

Empfohlene Antworten

habe in oracle reports die beiden folgenden queries:

(Es handelt sich um eine Produktgruppenmatrix die in der ersten Query die Ebenen 1-3 der Produktgruppenmatrix ausgibt aber ohne Artikel.

Die zweite Query gibt nur die Ebene 3 mit den zugehörigen Artikeln aus. Die erste Query gibt hingegen die Artikel nicht aus.)

Wie kann ich beide Queries zusammenfügen, das ich sowohl die Ebene 1-3 als auch die Artikel zu Ebene 3 über den Eingabeparameter :iebene in nur einen Query angezeigt bekomme???

(zeigt die Ebenen 1 bis 3 an, aber ohne Artikel)

Query 1:

select x.Nr PM_Nr,

stamm.PMNAMEAUS(x.nr) Bezeichnung

from pmatrix x

where x.ebene<=:iebene

and x.nr like :pm

group by x.Nr,

stamm.PMNAMEAUS(x.nr);

(zeigt nur die Ebene 3 mit artikeln an)

Query 2:

select x.Nr PM_Nr,

stamm.PMNAMEAUS(x.nr) Bezeichnung,

a.art_nr Artikel

from pmatrix x,

warengruppen w,

artikel a

where wg_pmatrix like x.nr || '%'

and x.nr=w.wg_pmatrix(+)

and x.ebene<=:iebene

and w.wg_nr=a.art_wargrup_nr

and x.nr like :pm

group by x.Nr,

stamm.PMNAMEAUS(x.nr),

a.art_nr;

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.