Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
rjs_json_form
Commits
b058c373
Commit
b058c373
authored
Oct 01, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add demo/xmla_query_axis.json - selection with title demo
parent
f36630f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
demo/docs/xmla_query_axis.json
demo/docs/xmla_query_axis.json
+33
-0
demo/docs/xmla_settings_schema.json
demo/docs/xmla_settings_schema.json
+13
-0
No files found.
demo/docs/xmla_query_axis.json
0 → 100644
View file @
b058c373
{
"type"
:
"array"
,
"uniqueItems"
:
true
,
"items"
:
{
"oneOf"
:
[
{
"title"
:
"Year"
,
"const"
:
"[Time].[Time].[Year]"
,
"dimension"
:
"Time"
},
{
"title"
:
"Quarter"
,
"const"
:
"[Time].[Time].[Quarter]"
,
"dimension"
:
"Time"
},
{
"title"
:
"Product Family"
,
"const"
:
"[Product].[Products].[Product Family]"
,
"dimension"
:
"Product"
},
{
"title"
:
"Product Department"
,
"const"
:
"[Product].[Products].[Product Department]"
,
"dimension"
:
"Product"
},
{
"title"
:
"Product Category"
,
"const"
:
"[Product].[Products].[Product Category]"
,
"dimension"
:
"Product"
}
]
}
}
\ No newline at end of file
demo/docs/xmla_settings_schema.json
View file @
b058c373
...
...
@@ -17,6 +17,19 @@
},
"password"
:
{
"type"
:
"string"
},
"query"
:
{
"type"
:
"object"
,
"properties"
:
{
"columns"
:
{
"title"
:
"columns:"
,
"$ref"
:
"xmla_query_axis.json"
},
"rows"
:
{
"title"
:
"rows:"
,
"$ref"
:
"xmla_query_axis.json"
}
}
}
},
"required"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment