الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

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.

GROUP BY IN FORM

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته
لنفرض لدينا جدول واريد عمل GROUP BY لهذا الجدول اي بناء FORM بناء على هذه الGROUP ارجو ان يكون كلامي واضحا اي ببساطة اريد عمل FORM بناء على GROUP BY مثلا في الربورت لدي امكانية لعمل هذا في الـWIZARD فهل من الممكن عمل ها في الفورم
ولكم جزيل الشكر

بتاريخ:

و فى ال forms انت تستطيع ذلك بأكثر من طريقه
1- الافضل ( على حد علمى ) استخدام المؤشر cursor و اثنا بنا جمله الاستعلام ثقوم بأضافة ال group وبس
2- ممكن تكتب جمله استعلام عاديه جدآ و برضو تكتب فيها ال group اللى انت عوزها و تعمل fetch فى ال item التى سوف تحمل النتيجه من جمله الاستعلام .

ايهاب وجدى

بتاريخ:

السلام عليكم...
you can do this by 
1)creating a block manually
2)on the block properties set the Query Data Source Type = FROM clause query
3)Query Data Source Name = (put your select statment here which contains the group by expression)
for example :
select d.dept_name department name,
           sum(b.sal) department_salary
from    dept d,
            emp e
where  e.dept_id = d.dept_id;
this will give 2 columns named department_name,department_salary
so in the block you have created go and create 2 feilds and name them 
department_name,department_salary as in the query.
This will give you a data block on your group by query 
and then you can show this block on your content canvas.

good luck.

بتاريخ:
  • كاتب الموضوع

لكم جزيل الشكر اخوتي الاحبة وجزاكم الله خيرا

بتاريخ:

ممكن ان تستخدم from clause
او تستخدم view

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

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.