I’d like to have a table column formula that’s value is based on what view the user created the row from. Is that possible even as a hack?
Could you expand on what you are trying to do?
One thing you could do would be to create a column ViewColumn in which to store the name of the view. Then use that column in a filter for the view. Every new row will have that value in ViewColumn, and you can then reference that in your formula.
P
Sadly this is retro-active and there’s couple of hundred rows. So will just have to have the person update the rows accordingly. Thanks!