
Not applicable
2016-02-22
10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Numeric in Qlikview Script
Hi
In SQL you can use fallowing syntax to set a variable
@SelectionCriteriaValueSet_ID numeric(9,0),
How do I do this in Qlikview
I tried
Set vSelectionCriteriaValueSet_ID=
But nothing works
- Tags:
- sql developer
632 Views
1 Solution
Accepted Solutions


MVP
2016-02-22
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
481 Views
4 Replies


Luminary
2016-02-22
10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
what are you trying to achieve? QlikView variables will accept all types of data and aren't limited like an sql field
Mark

Not applicable
2016-02-22
10:39 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved it thanks for your answer!
481 Views


MVP
2016-02-22
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here a many useful informations about variables Variables
- Marcus
482 Views

Not applicable
2016-02-22
10:42 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thx It clarified.
481 Views
