Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I have one field with multiple records
ex say; x yz
x ab
x ab
lmn
pqr
I want to retrieve the records containing the field (string) value 'x' and to display the result of total x values in one bar of barchart?
Can anyone help me to how to write expression for barchart?
Thanks in advance.
Raju
Like this:
t1:
load * inline [
Field
x yz
x ab
x ab
lmn
pqr
]
Its Working Thanks Much Robert!!
You are welcome