Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fieldindex and fieldvalue. with duplicates

Hi,

I create a qvw document in wich I have a XML_data that has a localication data to be configurate un my doc.... This table has two rows lockey(localization key) and en_us (value of the key)....

lockey   en_us

lbl1         hello

lbl2         bye

lbl3         hello

lbl4         guess

ok i think whe I use Field value funtion duplicates are deleted in en_us col..... when my doc is reloaded, the lbl3 is loaded with the value of lbl4

text.png

I found these inf: http://community.qlik.com/message/154033 butt only and peek functions doesn't work in the text object properties...

thanks k

1 Solution

Accepted Solutions
Not applicable
Author

Hi Celambarasan, thanks for response... I was wrong... only function works perfectly!!   = Only({<locKey={'lbl3'}>}en_value)

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Try with this

MinString({<lockey={'lbl3'}>} en_us)

Hope it helps

Celambarasan

Not applicable
Author

Hi Celambarasan, thanks for response... I was wrong... only function works perfectly!!   = Only({<locKey={'lbl3'}>}en_value)