Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have vendor table with Vendor,vendor status,Vendor status having values active and null values.i want dispaly any sheet object with yes,no.if we click on no i need to get only Active vendors,if clik on yes i need to get all values of vendor.
Thanks,
Siva
Can you please share the QVW.
Thanks
siva
Do you want something like this:
*** When you click on 'Yes' only active vendors
*** When you Click on 'No' all vendors
Note: 'Yes' automatically gets selected.
if you want something like this
make use of two list box
list box 1:
=if(Status='active' or Status='not active' or Status='','no')
list box 2:
=if(Status='active','yes')
Can you please post your expression ?
I cannot open this qvw.
How we can get yes and no keywords it's showing error.
thanks
Try this,
What i have try ?
No information available...
You can use conditional show/hide
Hi Varsha,
Try this expression,
=Only({<[Vendor Status]={'active'},Status={'No'}>}[Vendor Status])
Sample app with Yes and NO
Did you check my Attachment?