The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hey! This is driving me mad and I'm sure it's either: - I've been working on this for too long and I am overlooking the obvious / need a break- A bugContext: I have an interface where there are requests from form submissions. There is a 2 step approv...
Hey there, Fairly simple, but building a chart based on form submissions. For this use case, we want to represent the level that someone is being promoted into. The way this is represented on the chart element has the "10" before 3, 4, 5, etc. and I ...
I might be misunderstanding but if this is what you are trying to accomplish then it should be possible with the formula I posted below! Here you can see the formula: IF({Ext Accept Date}, "Waiting",
IF({8879 Signed}, "Extended",
IF({Date Completed...
Thank you Adam! This would have worked! I opted for an even uglier solution and made a separate formula field to sort by . Next time I will use an invisible character as you recommended!IF({Proposed Level} = "11",11,
IF({Proposed Level} = "10",...
Thanks for the response! This seems to think that 10 < 3 in this, because my Order is by X value and Direction "ascending" - when I go "descending, 10 is the last number. I'm wondering if it's sorting "alphabetically" instead of numerically? if that ...