hi all

i'm having an issue with an attempt to assign a key to a facet.pivot while
simultaneously referencing one of my stat fields.

i've got something like this:

stats.field={!tag=pivot_stats}lastPrice&
> ...
> facet.pivot={!key=pivot} {!stats=pivot_stats}buyer,vendor& ...


i've attempted it without a space, wrapping the entire pivot in the !key's
{ } braces and anything else i could think of. some return errors, others
return the query results but w an empty

"facet_counts":{
>     ....
>     "facet_pivot":{
>       "pivot":[]}},


it will work if I totally remove the {!key=pivot} portion, however.

is there any way to have both present?

thanks!

Reply via email to