Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Very simple question: In a select box (dropdown list) can i choose the first element for default?
Is this field "des_referente" or "DES_REFERENTE"? For QlikView it's not the same. Further did you this expression within a textbox and returned it the expected values? Also you need to ensure that the search-string is interpreted as expression and not only as a string, means adding:
= match(DES_REFERENTE, subfield(concat(distinct DES_REFERENTE, ','), ',',1))
or
= '=match(DES_REFERENTE, subfield(concat(distinct DES_REFERENTE, ','), ',',1))'
- Marcus
Daniele, did Marcus' last post finally get things working? If so, please do not forget to circle pack and use the Accept as Solution button the post(s) that helped you get things working as expected. If you did something different, consider posting that and mark it using the button to let everyone know what you did. If you are still working upon things, leave an update for us.
Regards,
Brett
It will likely help a lot in this case if you can attach a QVW file, so folks can see the data model etc... If there are confidential field data, you can use Settings\Document Properties\Scrambling to scramble those field values...
Regards,
Brett
hi i put an example
Daniele, thanks for that, I am attaching what I did, unfortunately I am not sure of the why, but I added three text objects to your app and split up the expression you are using into its subcomponents to test, and the issue is with the 'match' piece, that is returning null, but I am going to see if someone else can explain that part, but I checked the Help, and it would seem to me you are missing something here:
Maybe you will be able to sort it out at this point, but perhaps @marcus_sommer may be able to have another look too.
Regards,
Brett
Take a look on the attachment.
- Marcus
Yes, I put the action only in the textbox-button to show that the selection-logic worked.
- Marcus
Sorry but i need in the select box as you know, and there it not work. I not need that in the text area