Join Slack
Powered by
How can I obtain these values from the Custom Segm...
# suiteql
d
Diogo
07/01/2021, 2:53 PM
How can I obtain these values from the Custom Segment? Haven't managed to find any table with them.
t
tdietrich
07/02/2021, 12:55 AM
@Diogo
You can get the IDs of the custom segments using this:
SELECT * FROM CustomSegment
Then use the "scriptid" values as table names to get values for the segments.
d
Diogo
07/02/2021, 10:41 AM
Thanks! Works perfectly!
3
Views
Open in Slack
Previous
Next