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!

[Imported] Extract Data from embedded list into excel?

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
  • [Imported] Extract Data from embedded list into excel?
Options
  • Subscribe to RSS Feed
  • 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
307
AndrewScott
Admiral AndrewScott
96
BevanWeiss
Spock BevanWeiss
90
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
Solved Go to Solution
Back to EcoStruxure Geo SCADA Expert Forum
Solved
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:23 PM . Last Modified: ‎2023-05-03 12:27 AM

0 Likes
1
862
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2019-11-06 12:23 PM . Last Modified: ‎2023-05-03 12:27 AM

[Imported] Extract Data from embedded list into excel?

>>Message imported from previous forum - Category:General Items<<
User: ROVSCADAENGINEER, originally posted: 2019-02-12 04:53:41 Id:366
Is it possible to extract data from an embedded list generated by SQL into excel?

Labels
  • Labels:
  • SCADA
Reply

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

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:23 PM

0 Likes
0
861
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2019-11-06 12:23 PM

>>Responses imported from previous forum


Reply From User: geoffpatton, posted: 2019-02-12 14:16:56
No. Your best bet is to put the same query in a SQL Export object. That lets you export it file. You can have a button execute it or have it executes on a interval.


Reply From User: ROVSCADAENGINEER, posted: 2019-02-12 21:48:09
Thanks Geoff! much appreciated.


Reply From User: ROVSCADAENGINEER, posted: 2019-02-19 01:21:32
Hi [at]BevanWeiss thanks for your advice. this is the code I have put in for the page.

Mimic.OpenInset "SCX:////CMimic/.Test page", 20, 20, 20, 20

however it is generating just the mimic itself in a separate window. when you say "Based on the SQL animation" how exactly would I do this? I understand the url needs to be a little special.

The name of the animation is Lst_1


Reply From User: tfranklin, posted: 2019-02-19 13:44:08
[at]ROVSCADAENGINEER said:
Hi [at]BevanWeiss thanks for your advice. this is the code I have put in for the page.

Mimic.OpenInset "SCX:////CMimic/.Test page", 20, 20, 20, 20

however it is generating just the mimic itself in a separate window. when you say "Based on the SQL animation" how exactly would I do this? I understand the url needs to be a little special.

The name of the animation is Lst_1

The format that you're looking for would be something like:

SCX:////List/Title="SomeTitleHere"&InitialSQL="SomeQueryHere"


Reply From User: geoffpatton, posted: 2019-02-19 17:32:06
Well I missed the boat on this one. Good to know.


Reply From User: ROVSCADAENGINEER, posted: 2019-03-15 04:42:49
So I tried your method [at]BevanWeiss and I am getting the following message

"No apps are installed to open this type of link (error)."

My code is below:

Mimic.OpenInset "RDCMP._Navigation.OverflowFloat List pages.OverflowFloat List Paget", 100, 100, 100, 50

with permission set to Retrieve data.

It does not seem to work.

![]((see attachments below) 3j/e7s4asg91zti.png "")

any help appreciated! I have also attached an image of the script window.

 

Attached file: (editor/3j/e7s4asg91zti.png), script.PNG File size: 20097


Reply From User: BevanWeiss, posted: 2019-03-26 22:45:39
As [at]tfranklin wrote
The format that you're looking for would be something like:
SCX:////List/Title="SomeTitleHere"&InitialSQL="SomeQueryHere"

You would need for the InitialSQL string to be based on the SQL query in the embedded list, which means that you need to use scripting to do this.

Mimic.OpenInset "RDCMP..... is very wrong, it needs to be:
Mimic.OpenInset "SCX:////List/Title=""Title you want""&InitialSQL="""+sqlQuery+""""

And then you need to have a section of script above this which populates sqlQuery with the query from the list. I can't remember this off the top of my head, but I'm sure there were some examples around the old forum (which are hopefully in this new forum somewhere)

See Answer In Context

Reply

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

Reply 1
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-06 12:23 PM

0 Likes
0
862
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • 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: ‎2019-11-06 12:23 PM

>>Responses imported from previous forum


Reply From User: geoffpatton, posted: 2019-02-12 14:16:56
No. Your best bet is to put the same query in a SQL Export object. That lets you export it file. You can have a button execute it or have it executes on a interval.


Reply From User: ROVSCADAENGINEER, posted: 2019-02-12 21:48:09
Thanks Geoff! much appreciated.


Reply From User: ROVSCADAENGINEER, posted: 2019-02-19 01:21:32
Hi [at]BevanWeiss thanks for your advice. this is the code I have put in for the page.

Mimic.OpenInset "SCX:////CMimic/.Test page", 20, 20, 20, 20

however it is generating just the mimic itself in a separate window. when you say "Based on the SQL animation" how exactly would I do this? I understand the url needs to be a little special.

The name of the animation is Lst_1


Reply From User: tfranklin, posted: 2019-02-19 13:44:08
[at]ROVSCADAENGINEER said:
Hi [at]BevanWeiss thanks for your advice. this is the code I have put in for the page.

Mimic.OpenInset "SCX:////CMimic/.Test page", 20, 20, 20, 20

however it is generating just the mimic itself in a separate window. when you say "Based on the SQL animation" how exactly would I do this? I understand the url needs to be a little special.

The name of the animation is Lst_1

The format that you're looking for would be something like:

SCX:////List/Title="SomeTitleHere"&InitialSQL="SomeQueryHere"


Reply From User: geoffpatton, posted: 2019-02-19 17:32:06
Well I missed the boat on this one. Good to know.


Reply From User: ROVSCADAENGINEER, posted: 2019-03-15 04:42:49
So I tried your method [at]BevanWeiss and I am getting the following message

"No apps are installed to open this type of link (error)."

My code is below:

Mimic.OpenInset "RDCMP._Navigation.OverflowFloat List pages.OverflowFloat List Paget", 100, 100, 100, 50

with permission set to Retrieve data.

It does not seem to work.

![]((see attachments below) 3j/e7s4asg91zti.png "")

any help appreciated! I have also attached an image of the script window.

 

Attached file: (editor/3j/e7s4asg91zti.png), script.PNG File size: 20097


Reply From User: BevanWeiss, posted: 2019-03-26 22:45:39
As [at]tfranklin wrote
The format that you're looking for would be something like:
SCX:////List/Title="SomeTitleHere"&InitialSQL="SomeQueryHere"

You would need for the InitialSQL string to be based on the SQL query in the embedded list, which means that you need to use scripting to do this.

Mimic.OpenInset "RDCMP..... is very wrong, it needs to be:
Mimic.OpenInset "SCX:////List/Title=""Title you want""&InitialSQL="""+sqlQuery+""""

And then you need to have a section of script above this which populates sqlQuery with the query from the list. I can't remember this off the top of my head, but I'm sure there were some examples around the old forum (which are hopefully in this new forum somewhere)

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