Top "Xmltable" questions

XMLTable maps the result of an XQuery evaluation into relational rows and columns.

Angular Material 2 Table Mat Row Click event also called with button click in Mat Cell

I am new to material 2 and I have implemented mat table and in which I have click event on row …

angular angular-material2 angular-cdk xmltable onrowclick
How to make items (columns) in <apex:pageBlockTable> hyperlink?

I successfully created tables with style that salesforce provided. (like the one that highlighted on mouseover etc) But I want …

hyperlink salesforce visualforce xmltable
Jasper iReport table returns an empty document although query works

I'm trying to create a report with Jasper iReport 4.5 and I'm using a table to show some of the data. …

jasper-reports ireport xmltable
XMLAGG with RTRIM issue

Currently I have the following query: SELECT CASE WHEN ('[Param.3]' = 'SELECTED') THEN (SELECT RTRIM(XMLELEMENT("Rowset", XMLAGG(RW.…

oracle xquery xmltable
Wrap within table-cell with long word in FOP

I have a table in FOP and it is working nicely until I get a very long word. The word …

xslt word-wrap cells apache-fop xmltable
JRXML - Display a checkbox in a table

I can't manage to display a checkbox in a table in jrxml. Here is a sample of my code: <…

checkbox jasper-reports xmltable
Jasper table component

I am trying to generate a report containing a table. These are the important parts from the jrxml: <jasperReport &…

jasper-reports ireport xmltable
XMLTABLE in oracle - XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence

Declare lv_xmldata XMLType := XMLType(' <ProviderGroupScopeOfPractice> <Records> <Record bgid="1" ggid="39"/> <Record bgid="2" …

oracle plsql xmltable
Displaying XML data in HTML Table?

I tried to store some TV listings for a day into XML, make a DTD validation file for the TV …

html xml dtd xmltable
Jasper list element inside table element with XML datasource

I'm trying to generate a report, using Jasper iReport Designer 5.6.0, with table that contains lists inside its cells. The generated …

list nested jasper-reports xmltable xmldatasource