I want to show on a map only the 10st record of my data source filtered by an attribute.
- FirstN(Filter('shema.table_name',color="#FFAA00"),9)
but my result is null.
When I try :
- Filter('shema.table_name',color="#FFAA00") => Ok
- FirstN('shema.table_name',9) => Ok
When I use FirstN(Filter('shema.table_name',color="#FFAA00"),9) in a table, it's ok...
Is it a bug ? or did i forget something
Thanks

Report
All responses (
Answers (