Comments on: vLookup type rollup for SharePoint http://www.endusersharepoint.com/2010/06/21/vlookup-type-rollup-for-sharepoint/ No GeekSpeak on SharePoint 2007 WSS and MOSS Thu, 01 Jul 2010 02:02:53 -0400 http://wordpress.org/?v=2.8.6 hourly 1 By: Alexander Bautz http://www.endusersharepoint.com/2010/06/21/vlookup-type-rollup-for-sharepoint/comment-page-1/#comment-78030 Alexander Bautz Mon, 28 Jun 2010 14:39:26 +0000 http://www.endusersharepoint.com/?p=8567#comment-78030 Hi, This has to do with the FieldInternalName of your new field "Order". This is actually a reserved name as it already exists in the list or library. When you create an new field named "Order" it will have the FieldInternalName "Order0". Regarding placement in EditForm: Look at the code for the EditForm CEWP, the parameter "insertHere" - set it to "bottom", or to an existing FieldInternalName. Alexander Hi,
This has to do with the FieldInternalName of your new field “Order”. This is actually a reserved name as it already exists in the list or library. When you create an new field named “Order” it will have the FieldInternalName “Order0″.

Regarding placement in EditForm:
Look at the code for the EditForm CEWP, the parameter “insertHere” – set it to “bottom”, or to an existing FieldInternalName.

Alexander

]]>
By: Alexander Bautz http://www.endusersharepoint.com/2010/06/21/vlookup-type-rollup-for-sharepoint/comment-page-1/#comment-77380 Alexander Bautz Fri, 25 Jun 2010 18:27:42 +0000 http://www.endusersharepoint.com/?p=8567#comment-77380 Please send me some screenshots, you find my email in the top of the script "vLookupForSharePoint.js". Alexander Please send me some screenshots, you find my email in the top of the script “vLookupForSharePoint.js”.

Alexander

]]>
By: Brian Hames http://www.endusersharepoint.com/2010/06/21/vlookup-type-rollup-for-sharepoint/comment-page-1/#comment-77297 Brian Hames Fri, 25 Jun 2010 13:02:09 +0000 http://www.endusersharepoint.com/?p=8567#comment-77297 Hi Mr Bautz, This is a great toolset - I've been trying to use linked DataViews and filters etc and with limited success. Anyway - I've found some issues either with my implementation of your solution - I have two test lists linked by "Title" - customers & orders - customers - name/address & orders - customers & 'order' - apples, oranges etc - in the customers - dispform/editform/listform - I've added the code and it seems to be 'executing' - but instead of 'apple' it appears as 100.000000000 etc. Also on editform the 'order' appear at the top rather than underneath. I know it's difficult to diagnose - I can send screenshots etc - but are you able to help. Regards Brian Hi Mr Bautz,

This is a great toolset – I’ve been trying to use linked DataViews and filters etc and with limited success.

Anyway – I’ve found some issues either with my implementation of your solution – I have two test lists linked by “Title” – customers & orders – customers – name/address & orders – customers & ‘order’ – apples, oranges etc – in the customers – dispform/editform/listform – I’ve added the code and it seems to be ‘executing’ – but instead of ‘apple’ it appears as 100.000000000 etc.

Also on editform the ‘order’ appear at the top rather than underneath.

I know it’s difficult to diagnose – I can send screenshots etc – but are you able to help.

Regards

Brian

]]>