Forum Discussion
- OSAdminValued ContributorOriginally posted by Joakim Kulan
You could potentially point the datasource to get the descriptions instead of the labels, but then you need transformations rules for that too.
You can of course point your data source to get whatever into the Accounts, but bear in mind that if you are doing any type of aggregation on accounts that will not work with anything besides the true account labels.
you can easily build a view in SQL to be very generig to always return the descriptions instead - OSAdminValued ContributorOriginally posted by Graham Hoggins
You could use the Star schema parameter in the BiBlend config. This will create member tables containing description and a few other attributes. The star schema setting will also create a view which you can reference in the app.
In my case, the view wasn't quite what i needed so I created my own based on the fact and member tables created by BiBlend.
Ideally I would have liked to have used the member table but being on Azure created problems as I could couldn't query across databases. On Prem shouldn't have that issue though.
Related Content
- 4 months ago
- 3 years ago
- 7 months ago