Poornima Manjunath Posted May 23, 2018 Share Posted May 23, 2018 Hi, I have many DB'sunder one data source. its difficult to create the information links for each DB which has same table names, column namesin data tables to create information link for each Data base. can i give a property control to select the data base and this could change the URL path of the data table selection and the columns under that data base tables Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted May 28, 2018 Share Posted May 28, 2018 It can be done through parametrized information links. You can have below approaches: 1) You will need to create parameters in such information link like Schema which will have single value and data type undefined 2) You will have database/schema/table names in document property 3) Import the information link in dashboard. a) If you want to keep this information link static for the same dashboard, you can just pass parameter value to import data and once saved everytime that value will be used to fetch data in dashboard. b) If you want users to run query against diff databases in same dashboard, you can import information link as data on demandand then define input value for the parameter through the document property created Link to comment Share on other sites More sharing options...
Weilong Lyu Posted July 6, 2020 Share Posted July 6, 2020 When I tried to bind undefined parameter to a document property, it says "Parameters with the data type 'Undefined' cannot be used for loading data on demand". Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now