I'm building a QlikView document that displays several pieces of data for each of ~10 measures. The data for each measure is displayed in a block on the QVD, with each block containing several text boxes. From what I've learned about QV, this is an atypical way to display data, but QV server is how we publish, and stakeholders like this display format. When I was doing .NET development it was easy to create a user control comprising several basic controls (TextBoxes, Labels, etc.), so I could deal with each data block as a convenient unit. My question (finally...): Does QV have an analog to .NET user controls? Any recommendations on the best way to do this?