Page 1 of 1

Cube View Created by TI with Automatic Recalculation On

Posted: Tue Sep 21, 2021 1:34 pm
by kenship
Hi,

I use a TI process to re-create a few default views after rollover. I was surprised to find out that I forgot to turn on Auto Recalc. and couldn't find a way to do it in TI.

Is there any way to accomplish this without manually opening and saving each view?

Thanks!

Kenneth

Re: Cube View Created by TI with Automatic Recalculation On

Posted: Tue Sep 21, 2021 3:28 pm
by Mark RMBC
Hi,

I don’t think you can set this in a TI or the API, which is a bit of an oversight (unless I missed something).

If you look in the actual .vue file then you should see the line 376,0.

This, I think, indicates that the auto reclac is off. To switch it on change to 376,1.

So maybe some sort of powershell script to replace 376,0 with 376,1 in the Default views?

Or if there are not too many views then do it manually!

regards,

Mark

Re: Cube View Created by TI with Automatic Recalculation On

Posted: Thu Sep 23, 2021 12:09 pm
by kenship
Thanks Mark. It's disappointing but I guess I will live with it.

Ken