Skip to main content
added 4 characters in body
Source Link
Ganesh Sanap - MVP
  • 47.3k
  • 22
  • 32
  • 64

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div",

"txtContent": "=floor(@currentField) + '%'"

}

{
   "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
   "elmType": "div",
  
  "txtContent": "=floor(@currentField) + '%'"
   
}

Problem

Solution

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div",

"txtContent": "=floor(@currentField) + '%'"

}

Problem

Solution

{
   "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
   "elmType": "div",
  
  "txtContent": "=floor(@currentField) + '%'"
   
}

Problem

Solution

Source Link
Umang Soni
  • 76
  • 1
  • 1
  • 10

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div",

"txtContent": "=floor(@currentField) + '%'"

}

Problem

Solution