I have created ASPX page and have used Data view webpart on it. I am trying to filter list items based on user Logon information without domain.
I have created a parameter(LOGON) and assigned server variable LOGON_USER (this gives me username as "Domain\username")
I basically want to filter list item( On column/field called user_names in list) based on "username" only and not checking domain with it.
As while filtering, I can only set list item field to be equal to parameter. I am thinking of creating another parameter and assign the value of that parameter to be substring-after($Logon,'\') but I am not able to do that in SharePoint Designer. I was also trying it through xslt filtering but that doesn't work too as that happen after data source gets created.