- Posts: 1
- Thank you received: 0
Hi ya, just bought this extension, and it seems brilliant! I am pulling sales data from a magento database. Everything set up just fine, but one of the columns (status) has three different states; Processing, Closed and Complete. I just want to show the records that have 'complete' as their status.
Is there a way to do this? Probably a bit of a newb question but any help greatly appreciated.
Thanks!
Please Log in or Create an account to join the conversation.
Using the Additional Condition like this:
status = complete
(Tabellenspalte = Wert)
If you want the filtering in frontend with Dropdown, use Advanced Filters.
Hope this helps!
Please Log in or Create an account to join the conversation.