manusatsangi
19th September 2002, 14:31
Hi,
With Maintain and Display sessions, I have found "Query by Form" very useful in selecting the relevant data.
For e.g., if I wanted to get a domain which represents month no, I opened session "Display Domains" and in Query by Form, I specified
Description like .*Month.*
It gives me all the domains having "Month" as substring in the description of the domain.
But I have also found out that not all features of regular expression are possible here.
For e.g., if I want all domains description of which end by letter 'e' and I write
Description like .*e
yields me no result at all.
Can anyone throw light on this aspect that how can I query using "Query by form" for a field
1) Starting by a specified character or string
2) Ending by a specified character or string
3) is 'n' character long
etc... and any other regular expression features.
With Maintain and Display sessions, I have found "Query by Form" very useful in selecting the relevant data.
For e.g., if I wanted to get a domain which represents month no, I opened session "Display Domains" and in Query by Form, I specified
Description like .*Month.*
It gives me all the domains having "Month" as substring in the description of the domain.
But I have also found out that not all features of regular expression are possible here.
For e.g., if I want all domains description of which end by letter 'e' and I write
Description like .*e
yields me no result at all.
Can anyone throw light on this aspect that how can I query using "Query by form" for a field
1) Starting by a specified character or string
2) Ending by a specified character or string
3) is 'n' character long
etc... and any other regular expression features.