How can I obtain these values from the Custom Segm...
# suiteql
d
How can I obtain these values from the Custom Segment? Haven't managed to find any table with them.
t
@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
Thanks! Works perfectly!