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 |
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.
How can you change the group key dynamically?
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
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?
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..
What property you use to Hide a control at runtime?
Explain difference between onrow and onread method?
HOW TO PUBLISH A REPORT?
Hi, I am Anna and new to actuate programming. I am trying to learn the tool on my own, if any one could provide any helpful websites or training centers in NJ area will be greatly appriciated. Thanks in advance.
What is data stream and data adapter is it same are different? Explain?
How to call a stored procedure from a report?
Where do we use ACvisitor class?