
Creator II
2018-05-17
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using Variable in Load Script WHERE clause
Hello, hopefully this is an easy one. I just can't figure out the correct syntax. Below are two screen shots; the first one loads without error, but the second does not. Does anyone know the correct syntax for using this variable to filter data?
Run successfully:
Throws error:
1 Solution
Accepted Solutions


Partner - Creator II
2018-05-17
09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5,892 Views
3 Replies


Partner - Creator II
2018-05-17
09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try:
WHERE APP_FLAG = '$(vAPPFlag)'
5,893 Views

Creator
2018-05-17
09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hannah
Have you tried using '$(vAPPFlag)'?
Regards

Creator II
2018-05-17
09:24 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
perfect! thanks so much!
5,892 Views
