when i want to sort a view by amazon fields , it is sorted before being substituted,
which mean the view will be sorted by the string literal [amazon 0596515804 listpriceamount] not the value of it .
i tried a long day to solve the problem without success

Comments

rfay’s picture

It looks like you're actually not talking about views here, you're talking about filters. The item you quote would only be a filter and could not be used with views in any way I know.

If you want to sort something involving views, you should use the Amazon ASIN CCK type and follow the instructions in http://drupal.org/node/595464

hailander’s picture

i tried it with cck amazon item and i have the same issue
none of formatted fields is working correctly ,
in fact the sort function treat them like string so they are sorted based on the first character not the number .
(123 appear before 21 )

hailander’s picture

any help