xref: /AOO42X/main/helpcontent2/source/text/swriter/guide/conditional_text.xhp (revision b5f39a4bfdbf11c5a02e07fcf881486d32fb78d1)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
30e4b25e7SAndrew Rist<!--***********************************************************
4cdf0e10cSrcweir *
50e4b25e7SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
60e4b25e7SAndrew Rist * or more contributor license agreements.  See the NOTICE file
70e4b25e7SAndrew Rist * distributed with this work for additional information
80e4b25e7SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
90e4b25e7SAndrew Rist * to you under the Apache License, Version 2.0 (the
100e4b25e7SAndrew Rist * "License"); you may not use this file except in compliance
110e4b25e7SAndrew Rist * with the License.  You may obtain a copy of the License at
12cdf0e10cSrcweir *
130e4b25e7SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14cdf0e10cSrcweir *
150e4b25e7SAndrew Rist * Unless required by applicable law or agreed to in writing,
160e4b25e7SAndrew Rist * software distributed under the License is distributed on an
170e4b25e7SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
180e4b25e7SAndrew Rist * KIND, either express or implied.  See the License for the
190e4b25e7SAndrew Rist * specific language governing permissions and limitations
200e4b25e7SAndrew Rist * under the License.
21cdf0e10cSrcweir *
220e4b25e7SAndrew Rist ***********************************************************-->
230e4b25e7SAndrew Rist
2444904c58Smseidel<helpdocument version="1.0">
25cdf0e10cSrcweir<meta>
26cdf0e10cSrcweir<topic id="textswriterguideconditional_textxml" indexer="include" status="PUBLISH">
27cdf0e10cSrcweir<title xml-lang="en-US" id="tit">Conditional Text</title>
28cdf0e10cSrcweir<filename>/text/swriter/guide/conditional_text.xhp</filename>
29cdf0e10cSrcweir</topic>
30cdf0e10cSrcweir</meta>
31cdf0e10cSrcweir<body>
3244904c58Smseidel<bookmark xml-lang="en-US" branch="index" id="bm_id3155619">
3344904c58Smseidel<bookmark_value>matching conditional text in fields</bookmark_value>
34cdf0e10cSrcweir<bookmark_value>if-then queries as fields</bookmark_value>
35cdf0e10cSrcweir<bookmark_value>conditional text; setting up</bookmark_value>
36cdf0e10cSrcweir<bookmark_value>text; conditional text</bookmark_value>
37cdf0e10cSrcweir<bookmark_value>defining;conditions</bookmark_value>
38cdf0e10cSrcweir</bookmark>
39*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="hd_id3155619" role="heading" level="1" l10n="U"><variable id="conditional_text"><link href="text/swriter/guide/conditional_text.xhp" name="Conditional Text">Conditional Text</link>
40cdf0e10cSrcweir</variable></paragraph>
41*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155879" role="paragraph" l10n="U">You can set up fields in your document that display text when a condition that you define is met. For example, you can define the conditional text that is displayed in a series of reminder letters.</paragraph>
42*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155895" role="paragraph" l10n="U">Setting up conditional text in this example is a two-part process. First you create a variable, and then you create the condition.</paragraph>
43*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="hd_id3153175" role="heading" level="2" l10n="U">To Define a Conditional Variable</paragraph>
44*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3153185" role="paragraph" l10n="U">The first part of the example is to define a variable for the condition statement.</paragraph>
45cdf0e10cSrcweir<list type="ordered">
46cdf0e10cSrcweir<listitem>
47*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155566" role="listitem" l10n="U">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Variables</item> tab.</paragraph>
48cdf0e10cSrcweir</listitem>
49cdf0e10cSrcweir<listitem>
50*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3147759" role="listitem" l10n="U">Click "Set variable" in the <item type="menuitem">Type</item> list.</paragraph>
51cdf0e10cSrcweir</listitem>
52cdf0e10cSrcweir<listitem>
53*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3147784" role="listitem" l10n="U">Type a name for the variable in the <item type="menuitem">Name</item> box, for example <item type="literal">Reminder</item>.</paragraph>
54cdf0e10cSrcweir</listitem>
55cdf0e10cSrcweir<listitem>
56*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3147810" role="listitem" l10n="U">Click "Text" in the <item type="menuitem">Format</item> list.</paragraph>
57cdf0e10cSrcweir</listitem>
58cdf0e10cSrcweir<listitem>
59cdf0e10cSrcweir<paragraph xml-lang="en-US" id="par_id7748344" role="listitem" l10n="NEW">Enter <item type="literal">1</item> in the <item type="menuitem">Value</item> box, and then click <item type="menuitem">Insert</item>.<br/>The Format list now displays a "General" format.</paragraph>
60cdf0e10cSrcweir</listitem>
61cdf0e10cSrcweir</list>
62*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="hd_id3145645" role="heading" level="2" l10n="U">To Define a Condition and the Conditional Text</paragraph>
63*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3145659" role="paragraph" l10n="U">The second part of the example is to define the condition that must be met, and to insert a placeholder for displaying the conditional text in your document.</paragraph>
64cdf0e10cSrcweir<list type="ordered">
65cdf0e10cSrcweir<listitem>
66*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3151193" role="listitem" l10n="U">Place the cursor where you want to insert the conditional text in your text.</paragraph>
67cdf0e10cSrcweir</listitem>
68cdf0e10cSrcweir<listitem>
69*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3151212" role="listitem" l10n="U">Choose <item type="menuitem">Insert - Fields - Other</item>, and then click the <item type="menuitem">Functions</item> tab.</paragraph>
70cdf0e10cSrcweir</listitem>
71cdf0e10cSrcweir<listitem>
72*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3151250" role="listitem" l10n="U">Click "Conditional text" in the <item type="menuitem">Type</item> list.</paragraph>
73cdf0e10cSrcweir</listitem>
74cdf0e10cSrcweir<listitem>
75*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155936" role="listitem" l10n="U">Type <item type="literal">Reminder EQ "3"</item> in the <item type="menuitem">Condition</item> box. In other words, the conditional text will be displayed when the variable in the field that you defined in the first part of this example is equal to three.</paragraph>
76*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155969" role="listitem" l10n="U">The quotation marks enclosing the "3" indicate that the variable that you defined in the first part of this example is a text string.</paragraph>
77cdf0e10cSrcweir</listitem>
78cdf0e10cSrcweir</list>
79cdf0e10cSrcweir<list type="ordered" startwith="5">
80cdf0e10cSrcweir<listitem>
81*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3150446" role="listitem" l10n="U">Type the text that you want to display when the condition is met in the <emph>Then</emph> box. There is almost no limit to the length of the text that you can enter. You can paste a paragraph into this box.</paragraph>
82cdf0e10cSrcweir</listitem>
83cdf0e10cSrcweir<listitem>
84*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3150473" role="listitem" l10n="U">Click <emph>Insert</emph>, and then click <emph>Close</emph>.</paragraph>
85cdf0e10cSrcweir</listitem>
86cdf0e10cSrcweir</list>
87*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="hd_id3155073" role="heading" level="2" l10n="U">To Display the Conditional Text</paragraph>
88*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155086" role="paragraph" l10n="U">In this example, the conditional text is displayed when the value of the conditional variable is equal to 3.</paragraph>
89cdf0e10cSrcweir<list type="ordered">
90cdf0e10cSrcweir<listitem>
91*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155110" role="listitem" l10n="U">Place your cursor in front of the field that you defined in the first part of this example, and then choose <emph>Edit - Fields</emph>.</paragraph>
92cdf0e10cSrcweir</listitem>
93cdf0e10cSrcweir<listitem>
94*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155136" role="listitem" l10n="U">Replace the number in the <item type="menuitem">Value</item> box with 3, and then click <item type="menuitem">Close</item>.</paragraph>
95cdf0e10cSrcweir</listitem>
96cdf0e10cSrcweir<listitem>
97*b5f39a4bSmseidel<paragraph xml-lang="en-US" id="par_id3155168" role="listitem" l10n="U">If the field does not automatically update, press F9.</paragraph>
98cdf0e10cSrcweir</listitem>
99cdf0e10cSrcweir</list>
100cdf0e10cSrcweir<section id="relatedtopics">
101cdf0e10cSrcweir<embed href="text/swriter/guide/fields_userdata.xhp#fields_userdata"/>
102cdf0e10cSrcweir<embed href="text/swriter/guide/conditional_text2.xhp#conditional_text2"/>
103cdf0e10cSrcweir<embed href="text/swriter/01/04090200.xhp#defining_conditions"/>
104cdf0e10cSrcweir<paragraph xml-lang="en-US" id="par_id3145714" role="paragraph" l10n="C"><link href="text/swriter/02/14020000.xhp" name="List of conditional operators">List of conditional operators</link></paragraph>
105cdf0e10cSrcweir</section>
106cdf0e10cSrcweir</body>
107cdf0e10cSrcweir</helpdocument>
108