Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
2500_config_apps:1100_add_edit_queries:0300_standard_view [2026/08/13 00:55] – ↷ Page moved from docs:2500_config_apps:1100_add_edit_queries:0300_standard_view to 2500_config_apps:1100_add_edit_queries:0300_standard_view localdev2500_config_apps:1100_add_edit_queries:0300_standard_view [2026/08/13 00:55] (current) – ↷ Links adapted because of a move operation localdev
Line 23: Line 23:
 <callout type="primary" icon="true" title="note"> One of the expressions that you can select when defining query conditions is "Ask at run time". This expression indicates that the value of the attribute should be entered by the user when the query is run (see [[2000_concepts:0600_data_retrieval:0110_queries_user_input|Queries that Require User’s Input]]). Note that if you look at such a query in the Rule Form, the corresponding condition will be shown with the question mark, for example:<code aim>FIND Forum WHERE Forum.Title=?Title </code> <callout type="primary" icon="true" title="note"> One of the expressions that you can select when defining query conditions is "Ask at run time". This expression indicates that the value of the attribute should be entered by the user when the query is run (see [[2000_concepts:0600_data_retrieval:0110_queries_user_input|Queries that Require User’s Input]]). Note that if you look at such a query in the Rule Form, the corresponding condition will be shown with the question mark, for example:<code aim>FIND Forum WHERE Forum.Title=?Title </code>
  
-When a user runs this query //**AwareIM**// will prompt the user to enter the value of the Forum Title and then display the result. The string after the question mark indicates the text that will be displayed when //**AwareIM**// prompts for the value of the attribute. By default this text is equal to the name of the attribute, but you can change it to anything you like on the [[docs:2500_config_apps:1100_add_edit_queries:0400_text_view|Textual View]] tab (if a text has spaces enclose the text in apostrophe).</callout>+When a user runs this query //**AwareIM**// will prompt the user to enter the value of the Forum Title and then display the result. The string after the question mark indicates the text that will be displayed when //**AwareIM**// prompts for the value of the attribute. By default this text is equal to the name of the attribute, but you can change it to anything you like on the [[2500_config_apps:1100_add_edit_queries:0400_text_view|Textual View]] tab (if a text has spaces enclose the text in apostrophe).</callout>