Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement like
all the column names i want to get it into two different listboxes
like if i have column like
q,
w,
e,
r
i want to get the list box like
listbox1:--
listbox1(xaxis)
q
w
e
r
listbox2:
listbox1(yaxis)
q
w
e
r
and i want to create a scatter chart where x-axis and y-axis should change dynamically on selecting the fields in the listbox
i created the listboxes by using $field and getfieldselection
but the values are not changing as per selection.please help me to resolve this issue or suggest me if there is any different process
Thanks in advance
Hi kaushik,
yes , i need the same output as in the image
can you please elaborate it how can i enable or disable expression using variables
Hi Anil,
thanks for the reply
the fields that i am having in the listboxes are not dimensions they are measures
Hi,
I tried this method before
it is showing no data available though is there data is for the particular selections
Hi ,
Can you please elaborate it
can you post a sample of your application to demonstrate the issue?