Hi, I'm making an app that reports some issues in the factory.
Here's my screenshots.
It works well, but I made 20 slices and 20 views to make this app work well.
Like THIS)
20 Slices)
All Factory)
Not Started, Row filter condition : [Status]="Not Started"
In Progress, Row filter condition : [Status]="In Progress"
Complete, Row filter condition : [Status]="Complete"
Denied, Row filter condition : [Status]="Denied"
Factory 1)
Not Started, Row filter condition : AND([Factory]="Factory 1", [Status]="Not Started")
In Progress, Row filter condition : AND([Factory]="Factory 1", [Status]="In Progress")
Complete, Row filter condition : AND([Factory]="Factory 1", [Status]="Complete")
Denied, Row filter condition : AND([Factory]="Factory 1", [Status]="Denied")
Factory 2)
Not Started, Row filter condition : AND([Factory]="Factory 2", [Status]="Not Started")
......
And 20 Reference Views)
>> For this data : (All Factory, not started), ... , (Factory 1, not started), ..... total 20 referance views
And 5 Menu navigation)
All factory, View entries : Not Started, In Progress, Complete, Denied
Factory 1, View entries : Not Started/Factory1, In Progress/Factory1, Complete/Factory1, Denied/Factory1
Factory 2, View entries : Not Started/Factory2, In Progress/Factory2, Complete/Factory2, Denied/Factory2
...Like this for factory 3, 4
But this is little bit annoying because if I have to change one's view then I have to change other view same, in 20 times.
Is there simpler way to work like this? (If I change one, I want the rest to be applied at once.)
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |