Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 01:32 AM
when using SQL to create a widget and set its default value to a previously declared variable, you should use a colon (:) prefix to reference the variable.
The correct syntax for your scenario is:
SQL
CREATE WIDGET TEXT date_end DEFAULT :date2;