Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all I have two fields with different names (both hold the same values) in layout I want to select one field base on the other field selection, did it with GetFieldSelections but when more then one value is selected it wont work,
the distention.. is an expression in a straight/pivot table that will respond to filter selection any ideas?
advanced thanks,
ilan
I'm not sure, if I understood your question.. Could you post a sample Qvw document and explain what you are trying to achieve.?
Here are few stuff for you sir
Use trigger to select values in one field based on values in another
Hi Use
expression in the field event trigger as below
='(' & Concat(Distinct yourfieldname], '|') & ')'
PFA document
Best regards
Kiran Kumar
to give the condition is like this if(getfieldselection(SALEMANID)>=1,1,0) THAN YOU GET RESULT
thank you, any idea how to 'clear' the corresponding field when user clears filter field ?