Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamically changing the column header by passing Presentation variable.

user10263289Sep 15 2008
Hi,


Is there a way the column headings can be changed dynamically based on the value that is entered in the prompt(a presentation variable, in my case Interval (Days)).

Example: When user enters a numeric value in Interval(Days)( Edit Box) on the dashboard prompt then the column headings have to be changed dynamically on the report show below.
What i mean is there a way i can pass presentation variable value to the column header.





Prompts on my Reports
----------------------------------
Protocol Name (Multiselect)
Geographic Region (Multiselect)
Site Number (Multiselect)
Interval(Days) (EditBox) using a presentation Variable.



Report output

Protocol Georaphic Region SiteNumber <[Interval] Days Between [Interval] and (2 x [Interval] - 1) days Between (2 x [Interval]) and (3 x [Interval] - 1) days >=3 x [Interval] days
---------------- ------------------------ --------------- ---------------------- ------------------------------------------------------------------- -------------------------------------------------------------------------- -------------------------------
Protocol ABC Europe 12 200 12 45 40
Protocol ABC Europe 15 100 30 43 50



Column headers has to be changed dynamically based on the user input in Interval(Days) prompt.

For example dashboard prompt value for: Interval (Days)= 10 then the output from 4th column is shown below

Protocol Georaphic Region SiteNumber <*10* Days >= *10* and < *19* days >= *20* and <*29* days >=*30* days
---------------- ------------------------ --------------- ---------------- ------------------------------------- ------------------------------------ ----------------------
Protocol ABC Europe 12 200 12 45 40
Protocol ABC Europe 15 100 30 43 50


Please do help me by providing valuable solutions.

If the question is not understood please email me.

Thanks in Advance,

Ravi

Comments

John JB Brock-Oracle

What browser(version) and OS (version) are you working with?

I can not reproduce what you are describing using Win10 and the latest Chrome. Right-Clicking on that table demo shows me a context menu for sorting.  It does not select a row, or do any other selections.

HamedRoknizadeh

Hello,

I thinks you need a uniqe Key for the rows.

self.dataprovider = new oj.ArrayDataProvider(deptArray, {idAttribute: 'DepartmentId'});

Thanks

Hamed

3608145

Hi John,

I am using the lastest version of Google Chrome on Ubuntu 16.04.

I do get the context menu, but if I start hovering over other rows it starts to select -mark on yellow- these rows.

3608145

Hi Hamed,

I have a unique key for the rows, I get the same right click selection behavior on the cookbook link posted before, I thought this was an expected behavior from Ojet tables.

3608145

I tried it with Firefox 53 on Ubuntu 16.04 with no luck either. It worked as expected on W10 using the latest version of Chrome.

HamedRoknizadeh

Hi,

Can you please share your code?

Thanks

Hamed

3608145

Sorry for the late response,

I could share it, but what is weird is that the cookbook example doesn't work as expected either, I am not sure if my OS is the reason for this discrepancy. As I said before, the cookbook example works fine on Windows 10 but not in Ubuntu 16.04, at least in my computer.

Thanks,

1 - 7
Locked Post
New comments cannot be posted to this locked post.

Post Details