Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Not Planned
Workspace Jedox Platform
Categories In-Memory DB
Created by Guest
Created on Feb 20, 2020

Skip cells instead of throwing errors for copy / like while having locked paths

The "locked_paths" is a useful parameter for palo_setdataa. Unfortunately it will throw an error if it's used in combination with "copy" or "like" splashing commands. In my opinion, this should only throw an error if the complete area is given as a locked path.
How it should be : When using copy or like the cells of locked paths should be skipped (without copying the value into it) within the copy command, but the rest of the copy area should be copied.

Why does it work with normal splashing (all cells except the locked paths will get values), but not with copy/like?