hi. I am a novice developer at outsystems.
I want to list the announcements in order of importance, but I want the important notices to be sorted at the top. Please let me know if there is a way.
If there is a way, I would appreciate it if you could tell me in detail with an image.
Hi,
It is unclear how the value for Notice.Level is set. If 1 means it is important, and 0 means not important, than you can sort Descending on Notice.Level, this would put all records selected in a an order that has the once with level=1 displayed first, and after that the records with level=0
Regards,
Daniel
That's right, level=1 is important and 0 is not important.
Can you elaborate on how?
Hi @Woo sihyunSet the sorting as I did in above imageIn your case sorting attribute will be Notice.Level and It should be Descending.As @Daniel Kuhlmann suggested.RegardsKrishnanand Pathak
Thank you. I solved it thanks to you.
Hi, normally by title you only can do sort by [A -Z] or [Z -A] , why do you add a new field/attribute order or importante { high, medium,low} to sort them ?
That's because I want to put the important stuff on top.
Hi Woo sihyun
You have provided little less information to undersatand your sorting data ..
as I am getting you have Leve-1 means important so you can sory by this only .Read More
Or you can use ListSort :How to sort
kind regards