diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-01 22:51:00 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-04 17:12:39 +0100 |
commit | 8274992b1f66d9fb5766afd9fc427038f64de5e0 (patch) | |
tree | 9e12c77af9ceb4b0653c27e69d91c2915d0a0403 | |
parent | 0401988227a539ef9181bfb26217b09fc360124e (diff) |
Add help for Query Properties Dialog
Change-Id: I063c669c9b101214ac9b205aa40489a65facb858
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/02/querypropdlg.xhp | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 99b95555d6..86043e5ee5 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -495,6 +495,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/02/fontwork \ helpcontent2/source/text/shared/02/more_controls \ helpcontent2/source/text/shared/02/paintbrush \ + helpcontent2/source/text/shared/02/querypropdlg \ helpcontent2/source/text/shared/02/stars \ helpcontent2/source/text/shared/02/symbolshapes \ helpcontent2/source/text/shared/04/01010000 \ diff --git a/source/text/shared/02/querypropdlg.xhp b/source/text/shared/02/querypropdlg.xhp new file mode 100644 index 0000000000..08745dbc59 --- /dev/null +++ b/source/text/shared/02/querypropdlg.xhp @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="textshared02querypropdlgxml" indexer="include"> + <title xml-lang="en-US" id="tit">Query Properties Dialog</title> + <filename>/text/shared/02/querypropdlg.xhp</filename> + </topic> + </meta> + <body> +<bookmark xml-lang="en-US" branch="index" id="bm_id3154788"><bookmark_value>queries; set properties</bookmark_value> +</bookmark> +<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/QueryPropertiesDialog" id="bm_id3143280" localize="false"/> +<paragraph xml-lang="en-US" id="hd_id3154780" role="heading" level="1">Query Properties Dialog</paragraph> + <paragraph xml-lang="en-US" id="par_id3152820" role="paragraph">In the <emph>Query Properties</emph> dialog, set properties belong to SQL Query, that you need your current task.</paragraph> + <section id="howtoget"> + <paragraph role="paragraph" id="par_id3153761" xml-lang="en-US">In the Query Design View, choose <emph>Edit</emph> - <emph>Query Properties</emph>. + </paragraph> + </section> + <paragraph xml-lang="en-US" id="hd_id3154927" role="heading" level="2">Distinct Values</paragraph> +<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/distinct" id="bm_id0305200912070090" localize="false"/> +<paragraph xml-lang="en-US" id="par_id030520091208050" role="paragraph"><ahelp hid="." visibility="hidden">Use distinct values in query.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/nondistinct" id="bm_id0305200912074470" localize="false"/> +<paragraph xml-lang="en-US" id="par_id0305200912080610" role="paragraph"><ahelp hid="." visibility="hidden">Not use distinct values in query.</ahelp></paragraph> + <paragraph xml-lang="en-US" id="par_id3156040" role="paragraph">Expands the created select statement of the SQL Query in the current column by the parameter DISTINCT. The consequence is that identical values occurring multiple times are listed only once.</paragraph> +<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/querypropertiesdialog/limitbox" id="bm_id3155940" localize="false"/> +<paragraph xml-lang="en-US" id="hd_id3151226" role="heading" level="2">Limit</paragraph> + <paragraph xml-lang="en-US" id="par_id3153683" role="paragraph">Adding a Limit to maximize the number of records to return.</paragraph> + </body> +</helpdocument> |