by josepcoves
on 18/01/2017
in General, Noticies, Tecnologia
I needed to show a success message after ending a Dynamic Action and I wanted this message to be with the same format as success messages from page processes. Since this is not a standard feature of Oracle APEX, you can do the following trick if you’re using Universal Theme: Create a JavaScript function which […]
by josepcoves
on 17/01/2017
in General @en, Technology
I needed to show a success message after ending a Dynamic Action and I wanted this message to be with the same format as success messages from page processes. Since this is not a standard feature of Oracle APEX, you can do the following trick if you’re using Universal Theme: Create a JavaScript function which […]
by josepcoves
on 22/12/2016
in Technology, Uncategorized @en
Today I needed to submit a page saving data and opening a modal page afterwards. For my surprise, APEX 5.0 raises an “400 – Bad request” error when calling a modal page from “Branch” section after processesing (calls apex.navigation.dialog without stating “javascript:” sentence first). It seems to be a Bug of 5.0 version (which hopefuly […]
by josepcoves
on 19/09/2016
in Sin categoría, Tecnología @es
Today I needed to create a simple count report metric without the need of creating a standalone metric in MicroStrategy. What I needed was to count the number of appearences of certain attribute for the last 30 days. In other words, the metric of distinct occurences of “Days” in Attribute1. You could easily achieve this […]
by josepcoves
on 19/09/2016
in Technology, Uncategorized @en
Today I needed to create a simple count report metric without the need of creating a standalone metric in MicroStrategy. What I needed was to count the number of appearences of certain attribute for the last 30 days. In other words, the metric of distinct occurences of “Days” in Attribute1. You could easily achieve this […]
by josepcoves
on 19/09/2016
in Tecnologia, Uncategorized
Today I needed to create a simple count report metric without the need of creating a standalone metric in MicroStrategy. What I needed was to count the number of appearences of certain attribute for the last 30 days. In other words, the metric of distinct occurences of “Days” in Attribute1. You could easily achieve this […]
by josepcoves
on 20/04/2016
in General, Noticies, Tecnologia
In order to provide usability to your Dashboards, you can let users the possibility to click somewhere and apply certain filter. For instance, you may want to filter a region by clicking a Button instead of scrolling inside a select list for some particular values: 1) MicroStrategy: Create a “Select List” Selector 2) MicroStrategy: Select any panel or […]
by josepcoves
on 20/04/2016
in General @es, Noticias, Tecnología @es
In order to provide usability to your Dashboards, you can let users the possibility to click somewhere and apply certain filter. For instance, you may want to filter a region by clicking a Button instead of scrolling inside a select list for some particular values: 1) MicroStrategy: Create a “Select List” Selector 2) MicroStrategy: Select any panel or […]
by josepcoves
on 20/04/2016
in General @en, News, Technology
In order to provide usability to your Dashboards, you can let users the possibility to click somewhere and apply certain filter. For instance, you may want to filter a region by clicking a Button instead of scrolling inside a select list for some particular values: 1) MicroStrategy: Create a “Select List” Selector 2) MicroStrategy: Select any panel or […]
by josepcoves
on 20/04/2016
in General, Noticies, Tecnologia
First of all I’d like to thank Bryan Brandow because this post is inspired on his various posts about this subject: http://www.bryanbrandow.com/search/jquery Since MicroStrategy 10 was out last year 2015, I’ve been trying to achieve some jQuery hacks in order to provide more usability to our dashboards. The first problem I faced when migrating to MicroStrategy […]