Forum Discussion
frankvdburgh
Jan 29, 2019Copper Contributor
slicer filter based on metadata numbers
Perhaps a simple question, but I can't find to much information about it. I have a document library with 2 extra metadata columns (Height - numerical between 1 and 10000 / Length - numerical betw...
Alan Marshall
Jan 29, 2019Steel Contributor
You could add another column that has the range as text that you calculate using Flow. You then filter on the range text rather than the number. The Flow would be on item created and use an expression on the number to calculate which range it was in, or maybe an array and use a filter, then update the item field with the text.