Aug 27 2024 05:58 AM
I have a site calculated column of type Date/Time named "PUETADateTime", which sum up the values from 4 other Date/time calculated columns (but only one of the 4 calculated columns will have value at any time), as follow:-
Now i want to show and sort this calculated column inside a search web part. so after i added the column >> i added it to a list and added some values >> then i did a re-index to the list and to the site 48 hours ago.
Now i checked the search service, and i found that there is a crawl property that has been created automatically, as follow:-
but there is not any managed property, so i did those 2 modifications:-
I did a re-index to the list and to the site, 24 hours ago.
but showing and sorting using the above managed properties did not work. here is my case:-
so based on my above case, how i can show and sort my calculated column? what i am doing wrong?