I have a column in the participants database with the heading “years since PhD completion” and I want this to increment yearly after the user has added their record into the database.
I tried the custom template route and was able to get it do the calculation and display the correct value but then ran into a few problems.
Firstly I need it to work with the multisearch plugin and secondly I need the user to be able to sort by this column. i.e. to sort by increasing or decreasing values in this field.
I feel like the best way to do this would be to update the actual value stored in the database but not sure if this is really the best way or if it’s possible.
-
This reply was modified 5 years, 7 months ago by r0ss26.