In the list widget, how can I set it so the cards are listed based off of the create_date (ie most recent info at the top)?
I see there is a sort option for this, but how can I make it so it's like this from the very start?
Solved! Go to Solution.
Hi, @elpinguino ,
You can change the sorting of feature layer on the Data panel:
ShengdiZhang_0-1638871851418.png
However, if you do so, the sorting will change wherever you use this data.
If you only want to use this sorting in the list widget, you can create a data view and use that view in the list widget.
ShengdiZhang_1-1638872049498.png
Regards,
Shengdi
Hi, @elpinguino ,
You can change the sorting of feature layer on the Data panel:
ShengdiZhang_0-1638871851418.png
However, if you do so, the sorting will change wherever you use this data.
If you only want to use this sorting in the list widget, you can create a data view and use that view in the list widget.
ShengdiZhang_1-1638872049498.png
Regards,
Shengdi
Wow. That's cool! Thanks for explaining that and for your quick reply.