bdunleavy22
bdunleavy22
There was a certain amount of clunkiness with modifying a cube's rule. The only way to do so is to get the entire text of the rule, make the changes,...
**Describe the bug** The all the execute dataframe functions only ever return "Value", no matter what cell_properties is passed **To Reproduce** Run the following code with a valid MDX: tm1.cells.execute_mdx_dataframe_pivot(mdx,...
**Describe the bug** Cannot pass any key word arguments to the function "execute_mdx_dataframe_pivot" in CellService. **To Reproduce** try to pass a keyword argument to "execute_mdx_dataframe_pivot". For example, tm1.cells.execute_mdx_dataframe_pivot(mdx, cell_properties=["FormattedValue"]) **Expected...
**Describe the bug** When an `execute_mdx_dataframe` is run with `use_blob=True`, any element named "None" will be interpreted as NaN, instead of a string "None". This behavior is a result of...
**New Feature Request: "Temporary" Views** The TM1 Rest API has no temporary view functionality to it, but the concept is a very helpful one for developers. For all the `execute_view`...
Hello, I noticed some inconsistent behavior between functions in tm1py. `tm1.views.get_all_names()` returns two lists, one for private and one for public views. `tm1.subsets.get_all_names()` returns only one or the other depending...
Added `get_element_names` parameter to `get_native_view` function
For the IF block of lines 17-58, the attribute info in lines 45-56 should be outside of it
**Describe the bug** Two similar bugs: - pFilter being passed to `}bedrock.cube.view.create` as well as an existing MDX View as pView does not create a view. - If a source...