I want to see all the 6 static picklist values in one view
and in
another view i want to see 3 picklist values out of 6
values(I want to constrain 3 picklist values in another view
out of 6 values) for the same field,same BC.
how will u configure?
Answer Posted / aman
Create 6 LOVS as required and Update Order BY Field in LOV in sequence like
Value1 -- Order by 101
Value2 -- Order by 102
Value3 -- Order by 103
Value4 -- Order by 104
Value5 -- Order by 105
Value6 -- Order by 106
Create a picklist and in picklist search spec write following search spec:
IIf ((GetProfileAttr("ActiveViewName") = "View1"), [Order By] <= 103,[Order By] <= 106)
If Active view is View1 then it will show only Value1 Value2 Value3
else all value will be displayed
Cheers!!
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When do we use genbscript.exe?
What is the difference between links and multi value links?
Where you involved in the design phase and what did you do?
how would we give access to data using positions
Explain what is virtual bc?
What difference between fields and single value fields?
What is nameserver?
What is detailed category?
How to create an extension table with an intersection table?
How to send an email using siebel application? Other than using f9 functional key?
Dynamic picklist is used to update join fields? How?
Explain what is detailed category?
in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution
Explain if gateway server is not present cant we do load balancing?
Is it possible to have multiple database servers for one gateway server?