Reusing Bi Blend attributes
Hi All,
We currently have BiBlend set up to use all 20 attributes. We're considering reusing two attributes to load data from different columns (these attributes are currently used but are no longer needed). Our plan involves renaming these attributes in the Cube Settings and updating the data source.
Does anyone know if this is possible? Are there any restrictions or limitations on how attributes can be used or modified after the initial configuration?
Thanks in advance for your insights.
When naming/renaming register columns in the relational blend modules, all you are doing is changing a "display name". The underlying columns in the SQL register table remain the same. Same deal when enabling/disabling a column - all you are doing is cosmetically enabling/disabling whether the column is to be displayed, but the underlying column is always present in the SQL register table.
Code that reads or updates the register will be referencing the underlying SQL register table column names. So, renaming or enabling/disabling columns should normally have no effect on the underlying SQL table.
Depending on how your relational blend solution was built out, there is a chance there is some code that was written to reference fields by their display name rather than their underlying column name. So, it's probably a question you should pose to whoever implemented your relational blend module, along with asking them what the potential implications could be with repurposing a register column.