Other components
Overview
Project website | code.fineres.com/projects/PG |
---|---|
Project maintainers | Chauvet Heedong.Yeo |
Translation process |
|
Source code repository |
ssh://code.fineres.com:7999/~inter/plugin-report-xmla.git
|
Repository branch | release/11.0 |
Last remote commit |
Translated using Weblate (Korean)
c2ce63d
Cici.Liu authored 3 months ago |
Last commit in Weblate |
Translated using Weblate (Korean)
c2ce63d
Cici.Liu authored 3 months ago |
Weblate repository |
http://124.71.185.90:8080/git/PG/plugin-report-xmla/
|
File mask | src/main/resources/com/fr/plugin/xmla/new/locale/xmlanew_*.properties |
Monolingual base language file | src/main/resources/com/fr/plugin/xmla/new/locale/xmlanew_zh.properties |
Translation file |
Download
src/main/resources/com/fr/plugin/xmla/new/locale/xmlanew_en.properties
|
Last change | April 9, 2024, 12:04 p.m. |
Last author | Chauvet |
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 59 | 97 | 890 | |||
Translated | 100% | 59 | 100% | 97 | 100% | 890 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
Failing checks | 6% | 4 | 4% | 4 | 4% | 40 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Chauvet
Translation changed |
|
Chauvet
New translation |
|
Chauvet
New translation |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
Chauvet
Translation changed |
|
59 | File in original format as translated in the repository | Java Properties (ISO 8859-1) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
59 | All strings, converted files enriched with comments; suitable for offline translation | Android String Resource | CSV | JSON | gettext PO | iOS strings | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
设置完数据连接后,查询数据时,有两种不同的取数手段。
1.简单通用查询:
简单通用查询适用于FineBI及其他多维数据库。
使用简单通用查询,FR将自动读取选择cube的层次结构,您可以直接选择所需的度量值及维度,并添加筛选条件,FR会根据您的选择自动查询数据。
简单通用查询仅支持维度及度量值两个轴的查询。
在度量值及维度设置中,目前您只能选择所需维度,无法手动修改。
过滤条件采用OPEN SQL语法,您可以键入${abc}作为一个参数,用法同数据库数据集。
2.自定义MDX查询:
使用自定义MDX查询,您可以自定义MDX语句查询所需结果。
注意,自定义MDX查询也只支持两个轴的查询。
您可键入${abc}做为一个参数,用法同数据库数据集。
baset, you first need a successful multidimensional database connection.After the data connection is set, two different ways to extract data are available during data query.
1. Simple general query:
Simple general query is suitable for FineBI and other multidimensional databases.
Through simple general query, FR will automatically read the hierarchical structure of the selected cube. You can directly select the required measurement /dimension and add filter conditions. Then FR will automatically query data based on your selection.
Simple general queries only support query on the dimension and measurement axes.
During measurement and dimension setting, currently you can only select the required dimensions and cannot modify them manually.
The filter conditions use the Open SQL syntax. You can type ${abc} as a parameter (same usage as that of datasets in databases).
2. Custom MDX query:
Through custom MDX query, you can customize MDX statements to query required results.
Note that custom MDX query only supports query on the two axes.
You can type ${abc} as a parameter (same usage as that of datasets in databases).