Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

Make Filtering with Search Box

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • Make Filtering with Search Box
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
98
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to EcoStruxure Geo SCADA Expert Forum
abdullah123456789
Lt. Commander abdullah123456789
Lt. Commander

Posted: ‎2023-04-28 01:25 AM . Last Modified: ‎2023-05-02 11:44 PM

1 Like
5
2013
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-28 01:25 AM . Last Modified: ‎2023-05-02 11:44 PM

Make Filtering with Search Box

Hello,

 

Are there any filtering function in Geo SCADA Expert 2021? I mean, i want to create a something like combo box and i want to search any item in this list. (It looks like the database tree but database tree is useless. For example, when i search some item it has found but i cant select this item. I must clear the search box and after that i can choose. Also this search command cant search in subfolder, it search in only main folder. I need to expand the main folder so I can search in subfolders.)

 

If i can add a search box of this type with using script or method, can i make real filtering?

 

 

Labels
  • Labels:
  • SCADA
  • ViewX
  • WebX
  • Tags:
  • english
  • scada
  • SCADA app
  • SCADA software
  • SCADA tutorial
  • Telemetry and SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Replies 5
AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-28 01:41 AM

0 Likes
4
2010
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-28 01:41 AM

Are you referring to the filter feature in the ViewX database explorer? This filters the visible objects in the explorer. You can then select one of the resulting objects. See Filter the Entries in an Explorer Bar in the help.

 

Have you tried using the 'Search Database' feature in ViewX? This searches the whole database. You can then select one of the resulting objects - use the 'Locate is Database Explorer' option (right-click) to go to that object in the database explorer. See Searching for Database Items in the help.

 

You can also search the database by filtering a list. See Queries Bar and Filter a List in the help.


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

abdullah123456789
Lt. Commander abdullah123456789
Lt. Commander

Posted: ‎2023-04-28 04:07 AM

In response to AndrewScott
0 Likes
3
2004
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-28 04:07 AM

What I want is to be able to easily access the subfolders after the item I am looking for is found. Finding it from Search Database and then right-clicking does not work for me. In addition, since the Database Explorer and Ribbon features will become inaccessible in the future, a form I will create will be more useful for me.

 

Actually, I want something like this. When I type the signal name in the box opposite Signal name, it lists all of the signals with that name, and unlike the Database Explorer, I can select from that list with a double click.5.PNG

Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-04-28 04:35 AM

In response to abdullah123456789
0 Likes
2
2000
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-04-28 04:35 AM

So I assume you want to build a custom user interface using scripting, rather than use the user interface built into ViewX.

 

You could create a script that displays a form to prompt for the signal name and then use that in an SQL query to search the database and present the results to the user in a second form (see Form.AddQuery). You can then select a row in this query's results (this isn't a double-click).


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

abdullah123456789
Lt. Commander abdullah123456789
Lt. Commander

Posted: ‎2023-05-11 02:37 AM

In response to AndrewScott
0 Likes
1
1900
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-05-11 02:37 AM

I can reach the Set Value window by using the Pick Action- Object Menu option. The value I entered in this window can be viewed in the text box I linked. However, I can see the only value I have entered in the Set Value window in this text box. In other words, there is no such thing as being able to choose one among many options as in the Generate Report window. This is exactly what I need. Is it not possible to adapt the yellow highlighted cursor in the Generate Report window to the Set Value window besides the Generate Report window? Can't I print this selected value in the text box I created after showing more than one value in Set Value and choosing from among them?

Untitled.pngUntitled2.png

 

 

Set Value options are mentioned in the link I shared below. Are these options only? Can't the Set Value window be adjusted other than those mentioned?

https://tprojects.schneider-electric.com/GeoSCADAHelp/Geo%20SCADA%202020/Content/CoreConfigurationGu...

 

 

 

 

Reply

Link copied. Please paste this link to share this article on your social media post.

AndrewScott
Admiral AndrewScott
Admiral

Posted: ‎2023-05-11 08:12 AM

In response to abdullah123456789
0 Likes
0
1891
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2023-05-11 08:12 AM

A variable is simply an object that holds a value (or an array of values). The 'Set Value' method on a variable allows you to change this value. That's the extent of functionality provided by variables. If you want to build a custom user interface for setting the value of a variable you'll need to use mimic scripting.

 

In comparison, a Crystal Report is a document (an ".rpt" file) which can contain parameters and those parameters can have an enumeration associated with them. The 'Generate Report' method extracts the parameters out of the document to build the dialog box, which includes using a combo-box for any parameters with an enumeration.


Andrew Scott, R&D Principal Technologist, AVEVA
Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of