Hi,
I integrated BIRT with ofbiz, and I'm managing to call a simple report(with no parameters) by setting the request mappings and view mappings then giving the path:
https://localhost:8443/birt/control/main
however, i'm having trouble when i'm using parameters in my reports. how should I call the report? I tried to call the report by giving this path:
https://localhost:8443/birt/control/main?NewParameter=10000
but it didn't work.
Thanks in advance
Steph.