Jump to content

Value from File in Configuration Block


Arghya Tarafdar

Recommended Posts

I have two parameters promts in my Information Link DATETIME_ID and NODE. Im using a configuration block like this.

SetFilter(columnName = "DATETIME_ID", lowValue = "8/9/2020 12:00:00 AM", highValue = "8/15/2020 12:00:00 PM");

SetFilter(columnName="NODE",values={"UC_M_COLON_ENZ_EB_01"});

 

Now my requirement is instead of providing the values Hardocded in the configuration block, it reads from a file. for example

SetFilter(columnName="NODE",values={"c:/user/admim/nodelist.txt"});

 

is it possible

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...