list view formatting
2 Topicschange value of one field on the basis of other using spfx field customizer
I have a field name called Security(choice field) and other field name is Sensitivity. I want to copy the values of Security in Sensitivity in the list view. For example if value of security is Internal then in sensitivity column also it should show Internal in the list view only irrespective of the values stored in sensitivity. In laymen term Both field should show same values. I am new in spfx environment. Please help. I am using react framework. Let me know if you need any other details.Solved3.5KViews0likes8CommentsDisplay column in local date format using JSON list view formatting
I've just noticed that using toLocaleDateString([$Modified]) to display a date column in local format i.e. DD/MM/YYYY only works for column formatting, and seems to be completely ignored when using list view formatting. Does anyone know a way to display a date column in the format DD/MM/YYYY via JSON list view formatting? I've tried using a calculated column, but I am having trouble displaying the contents of a calculated column using JSON list view formatting also. Hope someone can help.5.1KViews0likes1Comment