cancel
Showing results for 
Search instead for 
Did you mean: 

Will I add more than 1 data source to matrix?

Former Member
0 Kudos
42

I have one matrix ,but i need to fill the matrix from 3 database tables ..So how do i proceed in the coding ???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can add the 3 datasources to a matrix for filling the matrix from DB

using form.datasources.dbdatasources.add("URTableName")

But if you want to store the values in DB then you have to do it by coding

Former Member
0 Kudos

Can i add three tables in the same DBDatabase name or in three other name

Former Member
0 Kudos

Table names should be different

Answers (0)