Skip to content

Commit 6ed1d59

Browse files
committed
Change links
1 parent 9f48712 commit 6ed1d59

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/en/docs/refguide/modeling/integration/odata-services/exposing-data-to-bi-tools-using-odata.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ In this section, we will outline the steps for adding more than one published en
6868

6969
Imagine you have an app that helps with asset management. You have a Published OData Service with persistable entities called **SmartTask** and **Employee** that expose information. The domain model looks like this:
7070

71-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/asset-manager-domain-model.png" class="no-border" >}}
71+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/asset-manager-domain-model.png" class="no-border" >}}
7272

7373
To visualize data from your app in Tableau, follow these steps:
7474

7575
1. Open **Tableau** and select **Connect** > **To a Server** > **OData**:
7676
2. Return to Studio Pro and double-click the published OData service. Copy the link in the **Location** field to the clipboard.
7777
3. On the **Server Connection** dialog box, enter the copied OData service **Location** link for the **Server** address:
7878

79-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582020.png" class="no-border" >}}
79+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582020.png" class="no-border" >}}
8080

8181
Include authentication credentials if you set them up.
8282

@@ -85,7 +85,7 @@ To visualize data from your app in Tableau, follow these steps:
8585
6. Click **Data** > **New Data Source** and repeat steps 1–5 to add a server connection for other published OData services.
8686
7. Open **Sheet1**. Under **Data**, click the first entity and drag a desired entity **Attribute** from **Measures** to **Dimensions**. In this case, click **Engineers** and drag **ID** from **Measures** to **Dimensions**:
8787

88-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582012.png" class="no-border" >}}
88+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582012.png" class="no-border" >}}
8989

9090
8. Similarly, click and drag an attribute from the second entity from **Measures** to **Dimensions**. In this case, click **SmartTasks** and drag **SmartTask_Engineer** from **Measures** to **Dimensions**.
9191
9. Go to **Data** > **Edit Relationships...** to define the relationship between the different data sources.
@@ -96,25 +96,25 @@ To visualize data from your app in Tableau, follow these steps:
9696
4. Remove any default mappings.<br />
9797
5. Click **Add...** to configure a field mapping.
9898

99-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582013.png" class="no-border" >}}
99+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582013.png" class="no-border" >}}
100100

101101
11. In the **Add/Edit Field Mapping** window, select the attribute for the first entity for the **Primary data source field** and **Entity1_Entity2** for the **Secondary data source field**, then click **OK** to save the field mapping. In this case, select **ID** for the **Primary data source field** and **SmartTask_Engineer** for the **Secondary data source field**:
102102

103-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582011.png" class="no-border" >}}
103+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582011.png" class="no-border" >}}
104104

105105
12. In the **Relationships** window, click **OK** to save the relationships:
106106

107-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582007.png" class="no-border" >}}
107+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582007.png" class="no-border" >}}
108108

109109
13. Select the second entity for the data source (in this case, **Engineers**) and drag the **Name** attribute from the **Dimensions** section to **Rows**:
110110

111-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582006.png" class="no-border" >}}
111+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582006.png" class="no-border" >}}
112112

113113
14. Select your first published entity (in this case, **SmartTasks**) for the data source and do the following:<br />
114114
1. Click the **SmartTask_Engineer** attribute to use it as the linking field.<br />
115115
2. Drag **Number of Records** from the **Measures** section to **Columns**.
116116

117-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18582005.png" class="no-border" >}}
117+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18582005.png" class="no-border" >}}
118118

119119
You should now see a bar chart of the data.
120120

@@ -128,12 +128,12 @@ To filter data with query parameters, follow these steps:
128128
2. Click the OData URL to change the connection settings.
129129
3. Add `?$top=2` to the server URL (in order to only retrieve the first two values) and click **Sign In**:
130130

131-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18581998.png" class="no-border" >}}
131+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18581998.png" class="no-border" >}}
132132

133133
4. On the warning indicating that the data being used was refreshed, click **OK**.
134134
5. Open **Sheet1** and drag **Name** to **Rows** again. Now you should now see a bar chart with only the data of the two engineers:
135135

136-
{{< figure src="/attachments/howto/integration/exposing-data-to-bi-tools-using-odata/18581997.png" class="no-border" >}}
136+
{{< figure src="/attachments/refguide/modeling/integration/exposing-data-to-bi-tools-using-odata/18581997.png" class="no-border" >}}
137137

138138
6. You can combine filters by using the `&` character. Repeat steps 1–4, but now use `http://localhost:8080/odata/Expenses/Expenses?$skip=1` as the server URL. You should now see a bar chart showing the data of 2 and 3.
139139

0 commit comments

Comments
 (0)