Blogs tagged webi export to pdf
-
Former Member posted on September 23, 2013Here is the sample Java code to export a Web Intelligence document to CSV format. import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.io.IOException;import... Read More »2Comments2Likes -
Description The sample below was written in Java and demonstrates how to use the Restful SDK to export a webi report to different formats. It assumes that there are no parameter values that need to be set. Restful call sequence This section... Read More »16Comments5Likes