So far I blogged about:
- Backend changes
- Showing the blog posts APEX 4.0 style
- Twitter sync for #apexblogs and #orclapex
- Plugins section
- Links
- APEX Usage
- Make your APEX app iPad compatible
- Statistics (this post)
I created this Blog to share my knowledge especially in Oracle Application Express (APEX) and my feelings ...
Posted by Dimitri Gielis at 22:30 1 comments
Labels: apexblogs, statistics
select null as link, ename, sal
from emp
select null as link, ename, sal, nvl(comm,0) as comm
from emp
Posted by Dimitri Gielis at 20:38 10 comments
Labels: apex 4, chart, multiple series, series type
Posted by Dimitri Gielis at 15:22 1 comments
Labels: apex 4, build query, chart
Posted by Dimitri Gielis at 11:55 7 comments
Labels: apex 4, chart, font color, grid
Posted by Dimitri Gielis at 10:18 3 comments
Something surprised me in APEX 4.0.2.00.07 (and probably entire 4.0).
Posted by Dimitri Gielis at 20:35 2 comments
It seems to me that in APEX 4.0.2.00.07 (and probably entire 4.0, but can't check at the moment) there's a bug with adding markers to your (bar/column) chart. For a Pie chart it works fine.
If you edit your Chart Attributes you can define a Marker in the Display Settings.
Posted by Dimitri Gielis at 19:49 2 comments
Posted by Dimitri Gielis at 21:38 0 comments
Labels: obug
I really like surfing on my iPad whenever I'm not behind my laptop.
Posted by Dimitri Gielis at 10:15 2 comments
Posted by Dimitri Gielis at 09:50 6 comments