i have been searching for the solution for this but it seems all the answer are outdated and can’t fix my specific problem could someone help me in fixing it?
in the image there is 2 database one is db_action which will have task and it has priority select which is another database… so i have 2 problem …
in the db_action table i have a button field which i want to cycle beterrn the priority dynamically … rightnow is works fine it goes 1,2,3,flow but if i added more priority it will not be added until i change the formula
second in the priority table i want to have buttons which when i click them i filter the view of the db_action to fit the clicked button… i heard about interactive filtering but i don’t know where to do that
thats amazing its work perfectly, do you know how to solve the other problem? which i want the cycle button to cycle dynamically between the priority list
Sure, I had forgotten before. I added an index starting at 0 to your priority table. If a row on your main table has a priority with an index equal to the maximum, then the button makes it 0, otherwise currentPriority + 1.