narrowing and widening column witdh dynamically for INTERACTIVE GRID in apex 19.2 - oracle-apex-19.1

I couldn't succeed to set dynamically column witdh for INTERACTIVE GRID in apex 19.1 for smaller screen or mobil devices. could you please help me? I need them to be narrowing and widening otomatically.

I've solved the problem this way:
1st step: select grid region and set Advanced -> Custom Attributes -> style='width : 100%;'
2nd step: For each column set Advanced -> Custom Attributes -> style='width : auto;'
That's all!

Related

How to add the anchoring for the apex interactive grid column link builder

I want to click the column in APEX Interactive grid. It should go the Classic report in the same page. I gave the anchor value in the Link Builder - Target. But it is going to the top of the page, not the classic report region. How to give the anchor for the Interactive grid?
Can anybody please provide the solution
You can use a set focus for a specific region.
var region = apex.region( "myRegion" );
region.focus();
or
<body onLoad="javascript:setFocus('P4_USERNAME');">
or
You can use set Focus dynamic action to set focus for item/tegion etc.

Dynamic Column selection in BI Answers/views based on Dashboard prompt selections

I need to have a BI Dashboard where the columns(eg, Brand) or group of columns ( eg, Company, Company site) have to hide/show in all analysis of dashboard based on check box selections with Brand and Company respectively. I am able to pass the column header and formula based on selection through Presentation Variable in Prompts, but stuck with hiding columns when the respective check box in unchecked. Note than I'm using OACv5.8.
Thanks in advance for any help on how to achieve/proceed further.
Why don't you use standard, out-of-the-box functionality like column selectors or show/hide sections?
Instead pf playing with presentation variables and trying to fiddle around.

Adding image in interactive grid in oracle apex 5.1

In apex 5.1, we can easily add image in to column in 'interactive report' but I am facing problem in adding image in to column in 'interactive grid' What could be the possible solution?
You want to disable escape character of that particular column and select type 'display only'. Then its working. you can see an image in the interactive grid.

Oracle Apex Interactive grid - how to add a row with a default value?

I am currently working with Interactive Grids in Oracle Apex version 5.1.2 and I am having trouble figuring out how to add a row that automatically fills in one of the cells in the new row with a certain value, like the person's username or current date. I know in version 5.1.4 there is a section in the "Column Attributes" that allows me to put in a "Default value", but unfortunately I have to work in version 5.1.2 for this project. Does anyone know of a way to program the interactive grid so that every time I click the "Add Row" button it automatically fills in one of the cells in the new row with a certain predetermined value? Thank you in advance.
I'm on 5.1.1 and its Editable interactive grid offers the Default section in column's properties, so I believe that they didn't remove that functionality in 5.1.2 and then restored it in 5.1.4.
In other words, did you carefully check what's offered?

Dynamic data in Cross Tab of Birt Tool

how to hide cross tab columns runtimely based on user selection in birt Tool
See the attached image...
Rows and columns can be removed from visibility in BIRT cross tabs by filtering the cross tab.
To do this:
Select the crosstab object in the Layout window.
In the Property Editor for the cross tab, select the Filters tab.
Click the Add... button to the right of the Filter by: list.
In the New Filter Condition dialog, select the desired column from the Target: section and the relevant conditions in the Filter Condition: section. Remember that filter conditions are conditions for showing the data, not hiding it, so your condition will need to be the converse of a condition for hiding it (such as would be used in a table column visibility condition).
Use cross-tab to tabulate dynamic columned data. Follow this tutorial to create dynamic columned cross-tab report

Resources