on 2011 May 30 7:02 AM
Hi all,
I want to add a blank entry along with the datas into a drop down list for some purpose.
Can anyone please sugeest how to do this task.
Thanks in advance,
Sekhar
Request clarification before answering.
Hi Sekhar,
you have a node that bind to the drop down list with cardinality 0:n or 1:n.
Select each attribute to that node and check 'NullValue' . Do this for each attribute for that node, so that u can add blank entry.
Hope this helps you.
Regards
Shaira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shaira and kissnas,
thanks for your quick reply . Actually I use dropdown by index. and the method you (@shaira madhu) described , I implemented but no luck. The blank spance is not coming after setting the nullvalue entry as checked. Actually I initialize all the dropdown list in WDDOINIT method. So please suggest any idea.
Thanks in advance,
Sekhar
Hi,
I think the blank value in a filter is same as showing All, and not only the rows which has value blank. Nevertheless both can be achieved as below.
"Blank Value to show everything in Table as if no filter provided"
value-key = '*'.
value-value = 'All'. " This will show up the text as All and work as if no filter is given and it will show all.
APPEND value to set.
"Blank Value to show the rows which has the value as space"
value-key = space.
value-value = 'None'. " This will show up the text as None and work as if filter is given to show value as space
APPEND value to set.
Hope this help!
Regards
Vineet
User | Count |
---|---|
76 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.