- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 04:13 AM
HI @Dotychczas ,
Where is the filter? can you share a screenshot here please and also this is part of which workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 05:05 AM - edited 01-09-2024 05:11 AM
It's on a custom page that we created. Here "Default value" script:
I need return value in here and I don't know what the format should be? Is format of the data returned in script depends on where filter is being placed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 06:06 AM
We opened a hi ticket on this. they provided this format and it works
1. Using static default value:
return [{
available : true,
id : "dfsdf7sd6f7sdf6dsf",
label : "Option 1"
},
{
available : true,
id : "7657765fsdfsdfsdf567",
label : "Option 2"
}];
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 02:14 AM
Did you find the solution for this? I have a similar requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 01:55 AM
You can use the format below to set up the Default value. Below is an example of a Default value with a data source as the User table: