Not applicable
2016-09-17
02:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Loading data into flags
I have a flag,
if(Match(disc1, '101', '102') and year(recorddate) > '2015', '1') as NewRecord.
If I want to add more values dynamically using a input box for field disc1, how can I do that?
I want to add value 110 to disc1, can I create a input box and do that?
So the statement will look like this,
if(Match(disc1, '101', '102', '110') and year(recorddate) > '2015', '1') as NewRecord.
Please throw in some ideas
283 Views
1 Reply
marcus_sommer
MVP
2016-09-18
03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's the same like: How to add a code dynamically.
- Marcus
215 Views