@@ -121,10 +121,11 @@ <h3>field<wbr>Id</h3>
121
121
< div class ="tsd-comment tsd-typography ">
122
122
< dl class ="tsd-comment-tags ">
123
123
< dt > returns</ dt >
124
- < dd > < p > The fieldId of the field in the column. In summary data, this includes the aggregation.
125
- The fieldId is not stable across replacing data sources.
126
- For example after replacing the data source [Clipboard_20210305T164000].[sum:Sales:qk] could become
127
- [federated.12usuoq1171o1b1ebdyh60fjnev1].[sum:Sales:qk].</ p >
124
+ < dd > < p > The fieldId of the field in the column. This is a calculated string that is unique across all fields and datasources in the workbook.
125
+ It does not directly correspond to any other object Id - it is a combination of DataSource.id, Field.id, and Field type information.
126
+ (When retrieved as summary data, this includes the aggregation.)
127
+ This means the fieldID will change if the datasource is replaced: for example
128
+ [Clipboard_20210305T164000].[sum:Sales:qk] could become [federated.12usuoq1171o1b1ebdyh60fjnev1].[sum:Sales:qk].</ p >
128
129
</ dd >
129
130
< dt > since</ dt >
130
131
< dd > < p > 1.5.0</ p >
@@ -144,8 +145,8 @@ <h3>field<wbr>Name</h3>
144
145
< div class ="tsd-comment tsd-typography ">
145
146
< dl class ="tsd-comment-tags ">
146
147
< dt > returns</ dt >
147
- < dd > < p > The name of the field in the column. In summary data, this includes the aggregation.
148
- The summary data field name is not stable across languages.
148
+ < dd > < p > The name of the field in the column. In summary data, this includes the aggregation as localized text, therefore
149
+ the summary data field name is not stable across languages.
149
150
For example, in an English version of Tableau, the field name might be SUM(Sales). In French, this would be SOMME(Sales).</ p >
150
151
</ dd >
151
152
</ dl >
@@ -299,4 +300,4 @@ <h2>Legend</h2>
299
300
ga ( 'send' , 'pageview' ) ;
300
301
</ script >
301
302
</ body >
302
- </ html >
303
+ </ html >
0 commit comments