This tutorial will introduce you to the OData Wizard, and teach you how you can use it to select data for a ForEach tag in a table, a task you previously learned in the ForEach Tag tutorial. This tutorial opens up the pathway to several other tutorials relating to the OData Wizard which allows you to make advanced data selections through OData.
Pre-requisites: Inserting a Tag, ForEach Tag
Now that you know what the OData Wizard is and at least have had a glimpse of its power, you can jump right into some of the great things it offers by starting off with a simple sort operation. In this tutorial we’ll teach you how to sort your data using the Great and Powerful Wizard of OData.
Pre-requisites: Inserting a Tag, ForEach Tag, OData - Part 1: Basic Selection
The next great feature is filtering. This is great because sometimes you don’t want all of you data. Here, we’ll teach you exactly how to filter values when your criteria depends on data that will always be the same.
Pre-requisites: Inserting a Tag, ForEach Tag, OData - Part 1: Basic Selection
Along with filtering with static values, as seen in Part 3 of the OData Wizard tutorials, you can filter using a Parameter which is a convenient way to generate the same document multiple times using different set values.
Pre-requisites: Inserting a Tag, ForEach Tag, OData - Part 1: Basic Selection, OData - Part 3: Filtering with Static Values
In this final tutorial on filters in the OData Wizard, we’ll show you how to make more complex filters which combine logical operators such as “and” and “or.” For example, we want to filter data based on this condition AND either that condition or the other. Open this tutorial to get more specifics instead of a general vague idea.
Pre-requisites: Inserting a Tag, ForEach Tag, OData - Part 1: Basic Selection, OData - Part 3: Filtering with Static Values, OData - Part 4: Filtering with Parameter Values