In this article
How to define surveys and custom datasets in the configuration hub section of the code using public names and default tables.
First you define another survey in the config hub section of the code:
config hub {
hub: 259707
dataset survey #survey {
publicName: p942951267993
}
dataset survey #secondsurvey {
publicName: p1876030239
}
dataSet: survey
}
hub: 259707
dataset survey #survey {
publicName: p942951267993
}
dataset survey #secondsurvey {
publicName: p1876030239
}
dataSet: survey
}
Note that you can also add custom datasets by inserting the following to the config hub section:
dataset custom {
publicName: accountdata
defaultTable: table11
}
publicName: accountdata
defaultTable: table11
}