I want to ask a question..
can we input a dynamic tag into the SQL query ?
For Example
SQL (General; select top(1) * from test6Info where referans='261112-1639')
and I want to change the query like this.
SQL (General; select top(1) * from test6Info where referans='Globals.tags.testrefnum.value')
Is it possible ?
Thanks Already..
Mehmet
Need An excel report file sample
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Need An excel report file sample
You can access a tag's value by referencing it like this:
I do not know the order Excel executes the code, so entering your tag name like above into the query string may or may not work.
Code: Select all
<#TAG(MyTag)>
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
-
- Posts: 51
- Joined: Fri Apr 27, 2012 12:33 pm
Re: Need An excel report file sample
Ok.. I will try this tomorrow..
I hope to work because there is two new project that I need this type report..
Thanks..
I hope to work because there is two new project that I need this type report..
Thanks..
-
- Posts: 51
- Joined: Fri Apr 27, 2012 12:33 pm
Re: Need An excel report file sample
Dear Mark..
I tried to create a report and tried to use <#Tag(Mytag)> but it didnt worked
Here I send you the report files of my system..
In the first I use a constant value in sql and it worked very well
but in the second I used <#Tag(MyTag)> and I saw that Sql query didnt worked..
Please help..
I tried to create a report and tried to use <#Tag(Mytag)> but it didnt worked
Here I send you the report files of my system..
In the first I use a constant value in sql and it worked very well
but in the second I used <#Tag(MyTag)> and I saw that Sql query didnt worked..
Please help..
- Attachments
-
- Deneme Rapor 6.rar
- (9.51 KiB) Downloaded 841 times
-
- Deneme Rapor 6 tagmytag - output.rar
- (9.65 KiB) Downloaded 917 times
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Need An excel report file sample
It that doesn't work, then there is no way to do what you want.
I suggest that you retrieve all the data from your table and use Excel's filtering option to filter your results.
I suggest that you retrieve all the data from your table and use Excel's filtering option to filter your results.
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
-
- Posts: 51
- Joined: Fri Apr 27, 2012 12:33 pm
Re: Need An excel report file sample
Ok..
This was the end point of my project so I will engage in a little
Thank you for your helps everytime..
This was the end point of my project so I will engage in a little
Thank you for your helps everytime..
-
- Posts: 51
- Joined: Fri Apr 27, 2012 12:33 pm
Re: Need An excel report file sample
hi
I have a question..
Why doesnt the quey like works?
İf it possible it will be very useful to generate the reports..
We are doing most of Test systems by using IX. It is very useful but this problem is decelerating us.
I hope in the future this problem will be solved..
PS: We are generally using the filter option of excel but sometimes it wasn't enough.
I have a question..
Why doesnt the quey like
Code: Select all
SQL(General; Select * from DataLogger6Varyak where ReferansNumarası like '<#Tag(TestRefNum)>' )
İf it possible it will be very useful to generate the reports..
We are doing most of Test systems by using IX. It is very useful but this problem is decelerating us.
I hope in the future this problem will be solved..
PS: We are generally using the filter option of excel but sometimes it wasn't enough.