- This topic is empty.
- AuthorPosts
-
- 06/25/2012 at 1:24 am #6131
AnonymousParticipantThanks for your reply.
I still have an issue and get the 404 error, page not found. I have updated the code:
<Fields>
<Field Name="Abstract" Width="60%" />
<Field Name="Title" Title="Title" LinkTo="<%URL%>" LinkToOpen="NewWindow" GroupExpanded="false" />
</Fields>
The exact issue which I am seeing is that when I click on the link, the url is coming twice for exanple: http://abcserver:1000/abc/xyz.htm,%20http://abcserver:1000/abc/xyz.htm.
As you can see in the above case, the url is repeating. This is the smilar issue what I was facing with the Calculated value.
Please let me know if you need more details.
- 06/25/2012 at 1:35 am #6132
AnonymousParticipantPlease check your URL field to ensure that is not duplicating the URL.
Also, if you search the community you'll find lots of posts answered about this LinkTo feature.
- 06/25/2012 at 1:51 am #4178
AnonymousParticipantHi,
This is the first time I am using the QLISt Webpart. I am trying to create a hyperlink in one of the custome fields. My Requirement is the text of the hyperlink should be one column and the url value should come from another field from the list. Here is my code:
<Field Name=”Video Title” Title=”Video Title” Width=”40%” Align=”left” CalculatedValue=”<a href="<%URL%>" target="_blank"><%Title%></a>” LinkToOpen=”NewWindow” GroupExpanded=”false” />
It does create a hyperlink, but when I click on the link I get a page not found error. I looked more into it and looks like the hyperlink which is being created is incorrect.
If I hardcode the hyperlink like http://www.google.com, it works fine.
Please advise.
Thanks,
Archna
- 06/25/2012 at 1:51 am #6133
AnonymousParticipantAlso please ensure that the url used in the LinkTo field starts with http otherwise it will consider it as a relative url (ie. http://www.quest.com instead of http://www.quest.com) and the url will be appended to the current site url (this explains why it was doubling the url in your case).
- 06/25/2012 at 9:19 am #4933
AnonymousParticipantHi Archna,
Instead of using the Calculated Value property please use the property "Link To" and that would do it well.
For more details about this property check our documentation,
- 08/30/2013 at 12:07 pm #5457
AnonymousParticipantHi Archna
I had the same issue as you where the URL appeared to be repeating. Eventually I worked out that the LinkTo field can't handle referencing columns of type Hyperlink. I changed the field we were referencing to a Single line of text type and it worked from there.
Might be too late for you, but hopefully someone else benefits from this.
Cheers, Al
- 12/18/2013 at 5:17 am #5493
AnonymousParticipantArchna,
I'm also getting the same behavior on our QuickApps for SP 2013 v.6.2. I have both Title and URL columns in my SP list, and I want to convert the Title column to a Hyperlink based on <%URL%> value. So in the "Link to" property, I entered <%URL%>. However, the page url didn't render properly, b/c it seems to append an extra comma (,) at the end or url.
Quest: Has this bug been added to your to-do list? This is still a known bug in the lastest version.
Please advise.
Thanks,
- 12/19/2013 at 1:01 am #5601
AnonymousParticipantI recreated this scenario and I found that if the URL field type is Hyperlink then using the URL in the LinkTo property doesn't work correctly.
The workaround in this situation is to create a calculated field of type "Single line of text" using the formula =[URL] and use this calculated field in the LinkTo property.
In this way you don't change the field type and the change is transparent for the users.
Regarding the initial issue, I logged it in our system and it will be prioritized accordingly.
The reference# is 329347.
PS
Allan suggested to change the column type from Hyperlink to Single line of text and that works too. Thanks Allan.
- 12/19/2013 at 10:43 am #5494
AnonymousParticipantI ran into the same bug as did, when using qListView from the QuickApps for SP 2013 v.6.2
I have both Title and URL columns in my SP list, and I want to convert the Title column to a Hyperlink based on <%URL%> value. So in the "Link to" property, I entered <%URL%>. However, the page url didn't render properly, b/c it seems to append an extra comma (,) at the end or url.
This is definitely a bug!!!
Please sugest a work around and let us know when to expect this issue resolved!.
Thaks a lot,
-
- AuthorPosts
You must be logged in to reply to this topic. Click here to Login