Anyone know in E10 where the Style Defaults field is? Field Help was no help. I found an old post from 2013 that has a SQL query but it doesn’t work in E10.
Ice.ReportDefaultStyle looks like the one. I can only see it in SSMS though, not in a BAQ.
1 Like
That was it, forgot to put Ice. in front of the tablename.
SELECT * FROM Ice.ReportDefaultStyle WITH (NOLOCK)
1 Like