Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want match itemtype == Talbe_getcolheader(), but it seems failed, how can I do it?
thanks.
Solved! Go to Solution.
I want match itemtype == Talbe_getcolheader(), but it seems failed, how can I do it?
thanks.
Solved! Go to Solution.
"token" is not defined in the query. You need to use the $-syntax to pass the token (or its label) as a parameter into the query.
Ok, thanks you! I get it.