I need to write a Row Select Condition checking for the existence of ‘title’
Have checked the wiki
derivative.ca/wiki088/index. … Select_DAT
but still confused about proper syntax.
/rowexpr=??
I need to write a Row Select Condition checking for the existence of ‘title’
Have checked the wiki
derivative.ca/wiki088/index. … Select_DAT
but still confused about proper syntax.
/rowexpr=??
Do you just want any row that has ‘title’ in it?
You could filter by selected values or name and use title
Thanks Elburz. That will work, but if I wanted to select by selected condition, how would I alter the following?
re.match(‘.*’,me.inputCell.val) = title
ok, found it in the wiki
strmatch(“”,$V)
Wonder if Tscript and Python are equivalent in terms of interpreted speed and overhead?
Take a look at Help → Operator Snippets
In the Script DAT example, script1 is a similar problem which can be tweaked slightly.
Rob