How to use Lookup file in the graph?

Showing Answers 1 - 2 of 2 Answers

ananya

  • Mar 12th, 2007
 

If you have a already saved lookup file in some specific path, just call that file in the graph.
You can do that by using a 'lookup file' component in the graph, whose URL will have the path of the lookup file and its name. Mention the key and the DML of the lookup file.
Later you can refer to this lookup file from any other component in the graph by calling any of the follwing functions:
lookup
lookup_count
lookup_next
lookup_match
lookup_local

  Was this answer useful?  Yes

sreenivasamurthy

  • Jun 19th, 2007
 

Lookups are always used with combination of the reformat components. In business rules you write the lookup function and use look up. You can find lookup button in the description tab of the editor.

  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