Description: Now vLookup does not return a value. When entering the function anew, wrong value gets returned. Original function was : VLOOKUP(D19,DDE("soffice","Z:\_TALLER\Archivos_Taller\precios\Precios.ods","LISTA_PRECIOS.$B$5:$C$5500"),2,0) The new function created with 7,4,5 is : LOOKUPV(D19,'file:///Z:/_TALLER/Archivos_Taller/precios/PRECIOS.ods'#$LISTA_PRECIOS.$B$34:$C$71,2,0) which works in 7.3.7 but not in 7.4.5 Steps to Reproduce: 1.Open file with vLookup functions 2. 3. Actual Results: Empty values returned Expected Results: corresponding values should be returned Reproducible: Always User Profile Reset: No Additional Info: N.A.
Please attach sample files.
(In reply to m.a.riosv from comment #1) > Please attach sample files. Hello, that is sort of complicated, because it is our price list and proforma template. However, looking to shrink the file and send it, I noticed, that the new file description uses forward slashes and my files used DDE with regular windows style backsalsh descriptors. So I changed my route from : =SI.ND(BUSCARV(D19,DDE("soffice","Z:\_TALLER\Archivos_Taller\precios\Precios.ods","LISTA_PRECIOS.$B$5:$C$5500"),2,0),"no hay valor") to : =SI.ND(BUSCARV(D19,'file:///Z:/_TALLER/Archivos_Taller/precios/PRECIOS.ods'#$LISTA_PRECIOS.$B$3:$D$5600,2,0),"no hay valor") And that does the trick. Only problem being is that I have to edit several dozen templates and other files which have DDE file descriptors. And here my final question : Has DDE been dropped after LO 7.3 ??? Thanks again for the help.
Fixed for 7.4.6 *** This bug has been marked as a duplicate of bug 152717 ***