Page 1 of 1

sort by custom categories to export

Posted: Tue Oct 22, 2013 11:37 am
by conex
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

hi.
I need the possibility to sort by custom categories to export the tickets.
is it possible?

thanks

Re: sort by custom categories to export

Posted: Wed Oct 23, 2013 8:08 am
by Klemen
Not in HESK, but you should be able to sort or filter exported tickets in Excel.

Re: sort by custom categories to export

Posted: Thu Oct 24, 2013 9:26 am
by conex
oh :/
i tried to add in export.php to order by custom2 but not work

Code: Select all

 <td class="borderTop alignTop"><b><?php echo $hesklang['sort_by']; ?></b>: &nbsp; </td>
<td class="borderTop">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="34%"><label><input type="radio" name="sort" value="custom2"  <?php if ($sort == 'custom2') {echo 'checked="checked"';} ?> /> <?php echo 'custom2'; ?></label></td> 

Re: sort by custom categories to export

Posted: Fri Oct 25, 2013 2:36 pm
by Klemen
You would also need to change the SQL and PHP code that generate the data, it is not enough just to add a new option to HTML.