Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
How to create time duration item in Oracle APEX?
pavlos
Thanks a lot! How can I use 0-24h format?
Thanks a lot!
How can I use 0-24h format?
See lessIs it possible to create report with switch items in rows?
pavlos
I've created it with items only, and it looks like in screenshot below: Now, I will create load for this items and the save process. I hope it will work :) Your suggestion is good but I need the left columns :)
I've created it with items only, and it looks like in screenshot below:
Now, I will create load for this items and the save process. I hope it will work 🙂
Your suggestion is good but I need the left columns 🙂
See lessHow to save data from rich text editor, without HTML tags
pavlos
I changed comment text column type to Percent Graph and it works :)
I changed comment text column type to Percent Graph and it works 🙂
See lessHow to save data from rich text editor, without HTML tags
pavlos
Hi Vinish! I tried with regexp_replace function, but it only hide HTML tags. I want to display bold and italic text in comments region.
Hi Vinish!
I tried with regexp_replace function, but it only hide HTML tags.
See lessI want to display bold and italic text in comments region.
How to highlight row based on condition using Classic Report
pavlos
Thanks a lot @afzal, works :)
Thanks a lot afzal, works 🙂
See lessHow to highlight row based on condition using Classic Report
pavlos
Sorry for bad explanation, I want to compare data in the Classic Report.
Sorry for bad explanation, I want to compare data in the Classic Report.
See lessHow to highlight row based on condition using Classic Report
pavlos
Thanks a lot, it works. But, I am using faceted search with checkbox group, and when I filter column using checkboxes, rows aren't highlighted.
Thanks a lot, it works. But, I am using faceted search with checkbox group, and when I filter column using checkboxes, rows aren't highlighted.
See lessHow to highlight row based on condition using Classic Report
pavlos
How can I get vales into :P1_yourdate for all rows and compare them?
How can I get vales into :P1_yourdate for all rows and compare them?
See lessHow to add one column data to another column in same row in Interactive Grid on oracle apex?
pavlos
Hi! You can use pipes: SELECT ename||' - '||sal as "Ename and Sal" FROM emp;
Hi!
You can use pipes:
See lessHow to highlight row based on condition using Classic Report
pavlos
Hi! How can I compare date column with JavaScript? I want to change row color where date is less than current date.
Hi!
How can I compare date column with JavaScript?
See lessI want to change row color where date is less than current date.