Arghya Tarafdar Posted August 25, 2020 Posted August 25, 2020 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now