Adding Controls

N

nimita

I have one view that gets data from a Secondary source: select
App_Name, chkBox as chkBox from table and I show it in a view in a
repeating section:

[] App1
[] App2

I have another secondary source that pulls info from an XML file:
APP_NAME ATTRIBUTE_NAME TYPE
App1 NEW DOWNLOAD C
App1 SOFTWARE LIST D
App1 WINDOWS NT C
App2 DEVELOPER NAME T
App2 PRODUCTION USER C

where TYPE values are T for TextBox, D from Dropdown and C from
Checkbox.

I want to create a New View that displays only those attributes for the
App selected on the first view and adds the respective controls next to
it depending on the type for that attribute.

Can I do this using repeating sections and conditional formatting?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top