i4Report object options
Hi everyone,
I've received a request to test Yellowfin ReportServices in one of our clients. After doing some research, I found a lot of info about where to start and I think I'm achieving some great results.
My problem is that I'm trying to customize the chart / report received by this webservice and I cannot find any info about the options I can use.
If we reach the below path, we're gonna find some examples of webservices that we can use as a start.
"Path to Yellowfin"\development\examples\webservices
In this very path, there's a file named "ws_report.jsp" which has almost exactly the result I'm trying to achieve, however, the specific report I'm implementing, has a "Series Selection" and "Unit Selection" configured. What I wanted, was to return a static chart without any options avaiable or even the report name above the chart.
This file (ws_report.jsp) has a line with the followfin information:
"The i4Report object has several options for customising the rendered reports."
Though this line seems to be what I'm looking for, I couldn't find any of these options in Yellowfin Wiki to surpress the report options. Right below these lines, some object parameters are called:
report.setShowLinks(true);
report.setShowAlerts(true);
report.setShowAlertImages(true);
report.setShowSort(true);
The question is:
Is there any metadata or wiki with all avaiable options for this object that I can use to do the changes I need?
Thanks in advance.
Regards,
Renato Marcello
Hi Renato,
Thanks for all the details on this! I do have some info, though before I pass it on I want to see if we can include an example of what you're trying to achieve. We will get back to you in the next 24hrs.
Sorry for the delay.
Thanks,
David
Hi Renato,
Thanks for all the details on this! I do have some info, though before I pass it on I want to see if we can include an example of what you're trying to achieve. We will get back to you in the next 24hrs.
Sorry for the delay.
Thanks,
David
Replies have been locked on this page!