Default value for list linked to a dataset for anonymous authentication

Hello!

I have a string parameter linked to a dataset field. I need to have the last record as default value selected when the analysis is loaded. I’m currently using anonymous authentication. Is this possible?

Thank you

Hi @celia.borges ,

Do you have an identifier (field) that can help identify which is the last record? You can likely create a dataset level calculated field to return the value using the identifier condition and add a dummy field user with user name default. And then use it in dynamic default value configuration of the parameter.

Thanks,
Prantika

1 Like

Thanks for your quick response, I’ll test it out and let you know.