How to Highlighted Column in Report based Condition in Oracle APEX

  Рет қаралды 5,735

ali saleh ali

ali saleh ali

4 жыл бұрын

My Course On Udemy
www.udemy.com/course/full-tra...

Пікірлер: 32
@alisaleh84
@alisaleh84 4 жыл бұрын
code for interactive grid select EMP.EMPNO as EMPNO, EMP.JOB as JOB, EMP.ENAME as ENAME, EMP.MGR as MGR, EMP.HIREDATE as HIREDATE, EMP.SAL as SAL, EMP.COMM as COMM, EMP.DEPTNO as DEPTNO , CASE DEPTNO WHEN 10 THEN 'chip chip-pink' WHEN 20 THEN 'chip chip-orange' WHEN 30 THEN 'chip chip-success' WHEN 40 THEN 'chip chip-teal' ELSE 'chip chip-teal' END CLASS from EMP EMP
@alisaleh84
@alisaleh84 4 жыл бұрын
css code .chip { padding: 4px 10px; border-radius: 16px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05); } .chip-success { background: #cdffe0; color: #00592e; } .chip-danger { background: #ffebeb; color: #a50000; } .chip-warning { background: #fffedc; color: #764400; } .chip-primary { background: #e9f5ff; color: #004f95; } .chip-purple { background: #eddbfa; color: #5200a5; } .chip-pink { background: #ffeffa; color: #990067; } .chip-orange { background: #fff2e4; color: #8d3600; } .chip-teal { background: #e4fdff; color: #00526e; }
@ouzadidibrahim
@ouzadidibrahim Жыл бұрын
السلام عليكم. انا عامل report من نوع interactive report , و سورس من الجدول لكن لما غيرت السورس إلى SQL Query يختفي report و يبقى عمود اللينك فقط و لما أعيد إختيار من السورس الجدول لا يظهر report.
@proghaddad
@proghaddad 4 жыл бұрын
لله درك يا بشمهندس علي
@alisaleh84
@alisaleh84 4 жыл бұрын
تسلم يارب كلك ذوق
@alisaleh84
@alisaleh84 4 жыл бұрын
خصم 50 % على الكورس الكامل لو مهتم www.udemy.com/course/full-track-be-oracle-apex-developer/?couponCode=APEX_8_50
@alisaleh84
@alisaleh84 4 жыл бұрын
code for html expression
@proghaddad
@proghaddad 3 жыл бұрын
مساء الخير مهندس علي أنا بستخدم BI Publisher واستخرج تقارير pdf بس ما يتعرف على الخطوط مثل droid kufi بس في الword بيتعرف طبيعي هل يمكن تقولي على الحل ربنا يخليك ويبارك فيك
@alisaleh84
@alisaleh84 3 жыл бұрын
للاسف مش باستخدم Bi publisher لكن هابحثلك عن المشكله دي
@alisaleh84
@alisaleh84 3 жыл бұрын
peoplesoftdotnet.blogspot.com/2015/02/how-to-add-non-default-font-to-bi.html blogs.oracle.com/xmlpublisher/how-to-install-a-font-using-xml-publisher-administrator sohigh99.github.io/dmseo/jde/docs/652457.html
@proghaddad
@proghaddad 3 жыл бұрын
@@alisaleh84 الف شكر بشمهندس طيب أنت بتستخدم ايش ؟
@alisaleh84
@alisaleh84 3 жыл бұрын
@@proghaddad جاسبر PL/sql
@orapex
@orapex Жыл бұрын
السلام عليكم اخ علي و شكرا" جزيلا" على المواد المفيدة التي تضيفها في هذه القناة لدي مشكلة أود أن استشيرك فيها, عندما اعمل الهايلايت بالطريقة التي شرحتها في الفيديو و احاول ان اطبع التقرير على اكسل جميع شروط الهايلايت تختفي هل لديك مقترح بهذا الخصوص؟ علي الجابري
@alisaleh84
@alisaleh84 Жыл бұрын
فى الحله دي تقدر تستخدم الطريقه العاديه من قايمه اكشن
@alisaleh84
@alisaleh84 Жыл бұрын
www.udemy.com/course/full-track-be-oracle-apex-developer/?couponCode=APEX10_150 تقدر تشوف كامل محتوى الكورس هنا
@orapex
@orapex Жыл бұрын
@@alisaleh84 للأسف الطريقة العادية مش حتنفع في التقرير الي بشتغل عليه لان الشروط الي بشتغل عليها ممكن تكون اكثر من شرط لنفس الخلية انا حملت تطبيق اسمه AOP فيه قدرات كثيرة بس للأسف نفس المشكلة في الطباعة مش بيحسب حساب الشروط الي في ال سي اس اس او السيكويل
@alisaleh84
@alisaleh84 4 жыл бұрын
report query select EMP.EMPNO as EMPNO, EMP.JOB as JOB, EMP.MGR as MGR, EMP.HIREDATE as HIREDATE, EMP.SAL as SAL, EMP.COMM as COMM, EMP.DEPTNO as DEPTNO , CASE DEPTNO WHEN 10 THEN ''||EMP.ENAME||' ' WHEN 20 THEN ''||EMP.ENAME||' ' WHEN 30 THEN ''||EMP.ENAME||' ' WHEN 40 THEN ''||EMP.ENAME||' ' ELSE ''||EMP.ENAME||' ' END ENAME from EMP EMP
@alisaleh84
@alisaleh84 4 жыл бұрын
source from here hartenfeller.dev/blog/apex-highlight-values-chips
@edricei9606
@edricei9606 3 жыл бұрын
Hello sir Ali... May i ask a question. How to make a highlight words using search text in interactive grid ? i only see on classic report "Highlight Words", but in interactive grid there is nowhere. Thank you before 🙏
@alisaleh84
@alisaleh84 3 жыл бұрын
In classic report highlight it is different feature You which value will be highlight Not in search
@edricei9606
@edricei9606 3 жыл бұрын
Ok sir 🙏 so how to highlight words in search result's rows in interactive grid ?
@brunoleal2627
@brunoleal2627 4 жыл бұрын
when I order it to print in .pdf it doesn't load the colors, how do I get out of printing?
@alisaleh84
@alisaleh84 4 жыл бұрын
Because printing is using own template
@brunoleal2627
@brunoleal2627 4 жыл бұрын
@@alisaleh84 OK. is it not possible to resolve within the apex itself? Would this solution be external only?
@alisaleh84
@alisaleh84 4 жыл бұрын
@@brunoleal2627 it can bed one by updating your template see this videos kzbin.info/aero/PLjWQeGQvvAG1mmWNFZRs68ALIIHh5ADGU
@brunoleal2627
@brunoleal2627 4 жыл бұрын
@@alisaleh84 OK. I will look
@brunoleal2627
@brunoleal2627 4 жыл бұрын
Thanks
@podunkman2709
@podunkman2709 3 жыл бұрын
Better to use JS for that
@alisaleh84
@alisaleh84 3 жыл бұрын
It is up to you
@Amro11masr
@Amro11masr Жыл бұрын
How can you use js for it ?
@Amro11masr
@Amro11masr Жыл бұрын
@@alisaleh84 do you have a video on that topic ?
Oracle APEX - Type of Classic Report
11:23
Oracle Tech Talk
Рет қаралды 1,3 М.
THEY made a RAINBOW M&M 🤩😳 LeoNata family #shorts
00:49
LeoNata Family
Рет қаралды 42 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 8 МЛН
LOVE LETTER - POPPY PLAYTIME CHAPTER 3 | GH'S ANIMATION
00:15
How to Make BI Publisher Report and Call From APEX
12:38
Baizeed Rony
Рет қаралды 4,7 М.
How to change Tab color in Oracle APEX
10:38
Weili Liu
Рет қаралды 1 М.
Oracle APEX- Authorization Scheme - Page/Item Control
9:59
Ora Trainings
Рет қаралды 7 М.
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 1,4 МЛН
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 8 МЛН
😱Хакер взломал зашифрованный ноутбук.
0:54
Последний Оплот Безопасности
Рет қаралды 955 М.
Choose a phone for your mom
0:20
ChooseGift
Рет қаралды 7 МЛН
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 58 МЛН