Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Filter for csv-Files and iclude in content
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Filter for csv-Files and iclude in content
#10028
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 0
Hallo,
How do i use this:
Format is used that format column value. The next predefined values can be used:

* {$value} is value of current column;
The administrator has disabled public write access.
 
#10031
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 748
It can be used in "Columns settings -> Format" parameter. For example if you want to create link based on value from specific column and column contains ID of product, you can place the following value into "Format" textbox:

Code:


<a href="index.php?option=my_component&product_id={$value}">Show product</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10037
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 0
which means "Filter" YES/NO in the module configuration? what filters could i set for the table?
i need a filter in the module properties. How much do it cost to add this filter?
The administrator has disabled public write access.
 
#10045
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 748
If you mean "Filter" parameter in "ARI Data Table" widget settings, it is used if necessary to display "Search" box on frontend. Could you explain what type of filter you need?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10052
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 0
Thanks for reply!!!!!

I need the following Feature
i import a list of 1000 adresses (csv) and then i filter these list:

i need
1. "select field to filter"
2. "select filter type" is / contains
3. "Enter filter value"

the first point is one field in the csv-file
the second point set the filter (range of data or one)
the third sets the value

For example:
1. "Name"
2. "is"
3. "Mьller" and all rows with the name "mьller" are shown

1. "Name"
2. "contains"
3. "Mьller" all rows with "Mьller" and also "Bau-Mьller", "Mьllerheim" are shown.

i hope, my english is good enough! Sorry
The administrator has disabled public write access.
 
#10058
Re:Filter for csv-Files and iclude in content 13 Years, 3 Months ago Karma: 748
We can add "like" and "equals" filters for CSV data within a week. If you need it is urgently, you can submit custom development of this feature.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234