I have 2 SP lists where one references another with unique value. The list pulls in several fields so I don't have to type them in every time. One of the values, PPI, is set to be a number with 0 decimal places in my list settings. On the Gallery, I used Value(ThisItem.PPI.Value) and it took the decimals away. However, on the DetailScreen, when I use the same formula, nothing happens. I've also tried
Ensure that the PPI column is listed as a numeric field - Round(Value(ThisItem.PPI), 0)
let me know if you still have issue.
thanks
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.