I have a rather unusual problem - another time tm1web does not behave as I would expect it to do.
Basically I have two SUBNM formulas, one of them (S1) is completely static - the user just chooses an element. Then he is supposed to press an Action Button (B1) - which will run a process AND go to the very same websheet (without remembering the title elements), closing the current one.
The process will update an user-specific subset (based on the element chosen in S1)
The other SUBNM (S2) is not static - it uses a named range for the user-specific subset (which is a static subset, but updated during the above mentioned process).
So after choosing from S1, clicking B1 and choosing from S2 (which works as intended), the user decides to start it all over - so choosing from S1 (works fine) clicking B1 (works fine) and attempting to choose from S2 -which fails since it still holds the values intended for the the previous selection of S1. Manually changing the subset from the (web) Subset Editor (to a random other and back) will result in "TM1APIDOTNET Exception: - Operation Failed"
My guess is, that switching to the very same workbook (and replacing the current one) does not work at all - since entering a value to a blank cell (no DB-formula there

From my understanding replacing a workbook by itself does work, doesn't it?
Since my approach fails pathetically - can someone help me? Summarized: depending on a selection A a process P should run and create a subset B from which the user can choose an element.
Any help appreciated

Lukas