Search found 4 matches
- Fri Aug 28, 2020 6:49 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: CellPutN erase other elements value
- Replies: 2
- Views: 3632
Re: CellPutN erase other elements value
Sorry for my problem raised here, it seems it is a 'common sense' for developers out there but I just learn and would like to share. After spending some time checking the prolog, there are defined 'cVeiwSource' and 'cViewTarget' I was simply ignoring the 'cViewTarget' as I did not know its purpose i...
- Fri Aug 28, 2020 6:49 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Bedrock And Github vs Other Options
- Replies: 22
- Views: 44386
Bedrock And Github vs Other Options
Admin note: This has been separated from this topic . Sorry for my problem raised here, it seems it is a 'common sense' for developers out there but I just learn and would like to share. After spending some time checking the prolog, there are defined 'cVeiwSource' and 'cViewTarget' I was simply ign...
- Fri Aug 28, 2020 3:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: CellPutN erase other elements value
- Replies: 2
- Views: 3632
CellPutN erase other elements value
Hi all, I'd like to transfer, say two Account figures from one scenario to another. in Prolog, the Account view already limited to #Account sDim = cDimAccount; If (SubsetExists(sDim, cSub) = 0); SubsetCreate(sDim, cSub); Endif; SubsetDeleteAllElements(sDim, cSub); SubsetElementInsert(sDim, cSub, cAc...
- Fri Jul 17, 2020 5:00 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DB formula not working when copying rule
- Replies: 13
- Views: 8442
Re: DB formula not working when copying rule
Today I encountered this 'not calculating' issue as awell While I created a new cube in explorer and tried to use DB to mirror the source cube to the targeted cube. I copied and modified the rules from consultant (thank you) and the cube view are all zero. I even deleted and re-created the new cube ...