How to pass a condition of filter by expression as a parameter while running a graph by wrapper ( back-end) ?

Showing Answers 1 - 1 of 1 Answers

Vishal

  • Sep 3rd, 2006
 

First of all define a "Formal" Keyword Parameter of type string.

   e.g Let us say you defined paramter by name "FilterCondition". And you want your filter to be "COUNT > 0"

Now on your command line or in wrapper script give the following command

     <YourGraphname.ksh>  -FilterCondition "COUNT > 0".

Also in your graph in your "Filter by expression" Component, enter folloing condition  "$FilterCondition"

Regards

Vishal

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions