I have a column name(Y) where I have a list of drugs, now the problem i am facing is------ some four entries are having the first name identical, eg: , [X 10%], [X 15%] ,[X 20%] now whenever i am selecting X, I am getting the same data( line chart) for all entries starting with the name "X".
I have given the condition in my chart [ index(getfieldselections(Y), 'X')>0 ] and so on...................