Hi Team, I am trying to create a search which says If myField= xyz, then i need to show id , salary ,department fields in table If myField = abc then need to show location, address, phone fields in tabke Similarly if myField = ddd then need to show age, ht, gender.. fields in table i was trying to use case , if statement but not sure how to get multiple fields in table based on condition....by using drop it would be easy as i can set condition and get the output , but want to do this in search..
... View more