Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

Hi,

i'm having problems with jasper_report v8 (https://github.com/JayVora-SerpentCS/Jasperv8)

xml datasource from account.invoice

master / detail is working fine, but i need to add tax_line on footer

i've tried subreport way with no effects (white subreport page)

now i'm trying with list  and dataset, list datasource is a dataset with xpath query and this expression

((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/data/record/tax_line")

but I get this error: Error evaluating expression : \n\tSource text : ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/data/record/tax_line")

also tried with: $P{REPORT_DATA_SOURCE}.subDataSource("/data/record/tax_line") same kind of error


any tricks?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
4802
1
sie 20
15491
5
cze 15
24063
0
lip 24
934
0
lut 22
1669