My next challange is how to work with variables. For instance.
- Create a Data Source that gets a count of tasks from the database. Let's say I have 10 tasks.
- Be able to create a text box on the main form that displays 'You have 10 tasks' but the property is really 'You have <variable> tasks' displayed. I know that we're supposed to use ContextVariables I think? But I haven't worked out where to actually
1. Obtain that 'value' from my data source (I can create a data source and use it as the source for a gallery or a chart but not a text box?)
2. WHere to actually write out that I want to pass that value to a variable
3. Structure the text box to include that value/variable (as mentioned, "I have <n> tasks"