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 |
Where we use afc in actuate?
how to implement the parallel report
What is AFC? Where we Use AFC in Actuate?
what is the filter?
what will we have to do if we want to generate an existing report in different language for different countries??
Can you give an example of any complex report you designed using Actuate?
Can we define global methods in a report?
how many times executite the fetch method at run time?
How to call a stored procedure from a report?
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.
Copy ".roi" file of management console to another path of management console's folder using ".rox" file. or any command of actuate. Is it Possible? if Yes then pls give me Example.
Where do we use ACvisitor class?