How to filter on INPUT()

Hi guys,

So I'm making a simple project management app.

Right now I'm using INPUT("Sprint ID", "") to select a Sprint ID for Task. This works however my issue is that it shows all Sprints. I only want to see Sprints which are not complete.

I want to do something like INPUT(SELECT(Sprints["Sprint ID"], [Status] = "To Start"), "") - but this doesn't work.

Any help would be really appreciated.

0 1 115
1 REPLY 1

What about a condition in the Suggested values rule, inside the Auto compute section for the column that will contain the sprint ID column in the Tasks table?

Luis_DfG_1-1731605340891.png

 

Top Labels in this Space