-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser-input-macro.yxmc
More file actions
366 lines (366 loc) · 12 KB
/
Copy pathuser-input-macro.yxmc
File metadata and controls
366 lines (366 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<?xml version="1.0"?>
<AlteryxDocument yxmdVer="2023.2" RunE2="T">
<Nodes>
<Node ToolID="1">
<GuiSettings Plugin="AlteryxGuiToolkit.Questions.Tab.Tab">
<Position x="0" y="0" width="59" height="59" />
</GuiSettings>
<Properties>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
</Node>
<Node ToolID="2">
<GuiSettings Plugin="AlteryxBasePluginsGui.MacroInput.MacroInput">
<Position x="54" y="126" />
</GuiSettings>
<Properties>
<Configuration>
<UseFileInput value="False" />
<Name>Input2</Name>
<Abbrev />
<ShowFieldMap value="True" />
<Optional value="False" />
<TextInput>
<Configuration>
<NumRows value="1" />
<Fields>
<Field name="User_input" />
</Fields>
<Data>
<r>
<c>24-02-2024</c>
</r>
</Data>
</Configuration>
</TextInput>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Input</AnnotationText>
<DefaultAnnotationText />
<Left value="True" />
</Annotation>
<MetaInfo connection="Output">
<RecordInfo>
<Field name="User_input" size="2147483647" source="TextInput:" type="V_String" />
</RecordInfo>
</MetaInfo>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxMacroInput" />
</Node>
<Node ToolID="3">
<GuiSettings Plugin="AlteryxBasePluginsGui.Filter.Filter">
<Position x="174" y="186" />
</GuiSettings>
<Properties>
<Configuration>
<Expression>[User_input] >= "2024-02-24"</Expression>
<Mode>Custom</Mode>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText>[User_input] >= "2024-02-24"</DefaultAnnotationText>
<Left value="False" />
</Annotation>
<MetaInfo connection="True">
<RecordInfo>
<Field name="User_input" size="2147483647" source="TextInput:" type="V_String" />
</RecordInfo>
</MetaInfo>
<MetaInfo connection="False">
<RecordInfo>
<Field name="User_input" size="2147483647" source="TextInput:" type="V_String" />
</RecordInfo>
</MetaInfo>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxFilter" />
</Node>
<Node ToolID="4">
<GuiSettings Plugin="AlteryxBasePluginsGui.Filter.Filter">
<Position x="390" y="174" />
</GuiSettings>
<Properties>
<Configuration>
<Expression>[User_input] < "2024-02-24"</Expression>
<Mode>Custom</Mode>
</Configuration>
<Annotation DisplayMode="0">
<Name />
<DefaultAnnotationText>[User_input] < "2024-02-24"</DefaultAnnotationText>
<Left value="False" />
</Annotation>
<MetaInfo connection="True">
<RecordInfo>
<Field name="User_input" size="2147483647" source="TextInput:" type="V_String" />
</RecordInfo>
</MetaInfo>
<MetaInfo connection="False">
<RecordInfo>
<Field name="User_input" size="2147483647" source="TextInput:" type="V_String" />
</RecordInfo>
</MetaInfo>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxFilter" />
</Node>
<Node ToolID="6">
<GuiSettings Plugin="AlteryxGuiToolkit.Questions.Date.Date">
<Position x="162" y="6" width="59" height="59" />
</GuiSettings>
<Properties>
<Configuration />
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Date (6)</AnnotationText>
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
</Node>
<Node ToolID="7">
<GuiSettings Plugin="AlteryxGuiToolkit.Action.Action">
<Position x="210" y="78" width="59" height="59" />
</GuiSettings>
<Properties>
<Configuration />
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Update Value</AnnotationText>
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
</Node>
<Node ToolID="8">
<GuiSettings Plugin="AlteryxGuiToolkit.Questions.Date.Date">
<Position x="474" y="30" width="59" height="59" />
</GuiSettings>
<Properties>
<Configuration />
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Date (8)</AnnotationText>
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
</Node>
<Node ToolID="9">
<GuiSettings Plugin="AlteryxGuiToolkit.Action.Action">
<Position x="432" y="102" width="59" height="59" />
</GuiSettings>
<Properties>
<Configuration />
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Update Value</AnnotationText>
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
</Node>
<Node ToolID="10">
<GuiSettings Plugin="AlteryxBasePluginsGui.MacroOutput.MacroOutput">
<Position x="534" y="162" />
</GuiSettings>
<Properties>
<Configuration>
<Name>User-input</Name>
<Abbrev />
</Configuration>
<Annotation DisplayMode="0">
<Name />
<AnnotationText>Output</AnnotationText>
<DefaultAnnotationText />
<Left value="False" />
</Annotation>
</Properties>
<EngineSettings EngineDll="AlteryxBasePluginsEngine.dll" EngineDllEntryPoint="AlteryxMacroOutput" />
</Node>
</Nodes>
<Connections>
<Connection>
<Origin ToolID="2" Connection="Output" />
<Destination ToolID="3" Connection="Input" />
</Connection>
<Connection name="#2">
<Origin ToolID="7" Connection="Action" />
<Destination ToolID="3" Connection="Action" />
</Connection>
<Connection>
<Origin ToolID="3" Connection="True" />
<Destination ToolID="4" Connection="Input" />
</Connection>
<Connection name="#2">
<Origin ToolID="9" Connection="Action" />
<Destination ToolID="4" Connection="Action" />
</Connection>
<Connection>
<Origin ToolID="4" Connection="True" />
<Destination ToolID="10" Connection="Input" />
</Connection>
<Connection name="#1">
<Origin ToolID="6" Connection="Question" />
<Destination ToolID="7" Connection="Question" />
</Connection>
<Connection name="#1">
<Origin ToolID="8" Connection="Question" />
<Destination ToolID="9" Connection="Question" />
</Connection>
</Connections>
<Properties>
<Memory default="True" />
<GlobalRecordLimit value="0" />
<TempFiles default="True" />
<Annotation on="True" includeToolName="False" />
<ConvErrorLimit value="10" />
<ConvErrorLimit_Stop value="False" />
<CancelOnError value="False" />
<DisableBrowse value="False" />
<EnablePerformanceProfiling value="False" />
<RunWithE2 value="True" />
<PredictiveToolsCodePage value="1252" />
<DisableAllOutput value="False" />
<ShowAllMacroMessages value="False" />
<ShowConnectionStatusIsOn value="True" />
<ShowConnectionStatusOnlyWhenRunning value="True" />
<ZoomLevel value="0" />
<LayoutType>Horizontal</LayoutType>
<Constants>
<Constant>
<Namespace>Question</Namespace>
<Name>Macro Input (2)</Name>
<Value />
<IsNumeric value="False" />
</Constant>
<Constant>
<Namespace>Question</Namespace>
<Name>Date (6)</Name>
<Value />
<IsNumeric value="False" />
</Constant>
<Constant>
<Namespace>Question</Namespace>
<Name>Date (8)</Name>
<Value />
<IsNumeric value="False" />
</Constant>
<Constant>
<Namespace>Question</Namespace>
<Name>Macro Output (10)</Name>
<Value />
<IsNumeric value="False" />
</Constant>
</Constants>
<MetaInfo>
<NameIsFileName value="True" />
<Name>user-input-macro</Name>
<Description />
<RootToolName />
<ToolVersion />
<ToolInDb value="False" />
<CategoryName />
<SearchTags />
<Author />
<Company />
<Copyright />
<DescriptionLink actual="" displayed="" />
<Example>
<Description />
<File />
</Example>
<WorkflowId value="22d5be59-be38-48a3-baa6-d0f908cb9842" />
<Telemetry>
<PreviousWorkflowId value="" />
<OriginWorkflowId value="22d5be59-be38-48a3-baa6-d0f908cb9842" />
</Telemetry>
<PlatformWorkflowId value="" />
</MetaInfo>
<Events>
<Enabled value="True" />
</Events>
<RuntimeProperties>
<Actions>
<NoCondition>
<Type>NoCondition</Type>
<Description>(Always Run)</Description>
<True>
<Action>
<Type>UpdateValueFormula</Type>
<Description />
<ToolId value="7" />
<Expression>'User_input>="'
+[#1]
+'"'</Expression>
<Destination>3/Expression</Destination>
<Mode>Expression</Mode>
</Action>
<Action>
<Type>UpdateValueFormula</Type>
<Description />
<ToolId value="9" />
<Expression>'User_input<"'
+[#1]
+'"'</Expression>
<Destination>4</Destination>
<Mode>Expression</Mode>
</Action>
</True>
</NoCondition>
</Actions>
<Questions>
<Question>
<Type>Tab</Type>
<Description>Questions</Description>
<Name>Tab (1)</Name>
<ToolId value="1" />
<Questions>
<Question>
<Type>MacroInput</Type>
<Description>Macro Input (2)</Description>
<Name>Macro Input (2)</Name>
<ToolId value="2" />
</Question>
<Question>
<Type>Date</Type>
<Description>Select Start Date</Description>
<Name>Date (6)</Name>
<ToolId value="6" />
</Question>
<Question>
<Type>Date</Type>
<Description>Select End Date</Description>
<Name>Date (8)</Name>
<ToolId value="8" />
</Question>
<Question>
<Type>MacroOutput</Type>
<Description>Macro Output (10)</Description>
<Name>Macro Output (10)</Name>
<ToolId value="10" />
</Question>
</Questions>
</Question>
</Questions>
<ModuleType>Macro</ModuleType>
<MacroCustomHelp value="False" />
<MacroDynamicOutputFields value="False" />
<MacroImageStd value="39" />
<MacroInputs />
<MacroOutputs />
<Wiz_CustomHelp value="False" />
<Wiz_CustomGraphic value="False" />
<Wiz_ShowOutput value="True" />
<Wiz_OpenOutputTools>
<Tool ToolId="2" Selected="True" />
<Tool ToolId="10" Selected="True" />
</Wiz_OpenOutputTools>
<Wiz_OutputMessage />
<Wiz_NoOutputFilesMessage />
<Wiz_ChainRunWizard />
</RuntimeProperties>
</Properties>
</AlteryxDocument>