How can i make use of Multiple Input Filter, the case is,
i have two Datasources with different queries with a common
field.
i need the merge set in datarow of MultipleInputFilter. how
can i make it.?
please provide with clear example i'm new to actuate.
thanks in advance.
Answers were Sorted based on User's Feedback
Answer / tarun kumar
supose we have two data set with same filed lets say data1
& data2
data final_data;
set data1 data2;
run;
| Is This Answer Correct ? | 0 Yes | 5 No |
What is data stream and data adapter is it same are different? Explain?
which cmponent has onRead method and what it is used for?
Connecting to iserver volume using idapi classes(java classes) and after connecting to iserver I want to execute the rox on iserver and also want know the status whether that job is succesfully run or not?
Can we define global methods in a report?
How to do performance tunning of reports?
Explain difference between onrow and onread method?
Where we use afc in actuate?
wat is synchronous and asynchronous reporting?
how to implement the parallel report
how can i generate a report by getting values from two reports. the generated report should contain the 5 values of first report and last 5 values of second report. can any one guide me on this. pls... awaiting for the rply..
Can you give an example of any complex report you designed using Actuate?
How to generate a report by getting values from two reports. The generated report should contain the 5 values of first report and last 5 values of second report?