- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 10:36 AM
Trying to build a query to return some Owner values from a custom table populated with text value network folders in catalog script.
When I try the query in the background query builder:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 10:46 AM - edited ‎09-13-2024 10:47 AM
You are probably encountering the slash as an escape character - not sure if this is true within a string. Try
var test = "J:\\IT Management\\Ar" ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2024 10:46 AM - edited ‎09-13-2024 10:47 AM
You are probably encountering the slash as an escape character - not sure if this is true within a string. Try
var test = "J:\\IT Management\\Ar" ;