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 |
Explain difference between onrow and onread method?
how many times executite the fetch method at run time?
Where we use afc in actuate?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
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?
i have one question? i generated one report design time i can color green. at run i want bule how to change dynamically? and which method i can over write?
We had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas?
I'm busy writing a report that's using report bursting, to be able to do this I need to use a sequential section. Using a sequential section cause the grouping of the original report not to work. Please can someone give me advise on how to come past this problem, the report need to use grouping as it depend largely on totals ect, and I need to use a sequential section within the report to be able to use the report bursting facility.
How to call a stored procedure from a report?
What is report bursting?
How can you change the group key dynamically?
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.