| 
	    
         By: Meri 
        Date: 2016-09-01 
        Time: 17:16 
		
	   | 
	  
      
	    bullet points in a docxHello, 
	  I have an array with 1 field filled with a ';' seperated list of items. Like: 
  | 
	  
    ||
| 
	    
         By: Skrol29 
        Date: 2016-09-13 
        Time: 12:21 
		
	   | 
	  
      
	    Re: bullet points in a docxHi, 
	  This cannot be done directly with TBS/OpenTBS. You should edit you data before merging in order to convert the 'items' value into a PHP array. And then you can merge it with bullets using an automatic sub-block. See : http://www.tinybutstrong.com/manual.php#html_block_subauto  | 
	  
    ||
| 
	    
         By: Meri 
        Date: 2016-09-14 
        Time: 11:04 
		
	   | 
	  
      
	    Re: bullet points in a docxthx for the reply. 
	  I now have: 
 
 de code of in the template is in a table. Is there a way to delete the row for item is the array is empty?  | 
	  
    ||
| 
	    
         By: Skrol29 
        Date: 2016-09-15 
        Time: 17:43 
		
	   | 
	  
      
	    Re: bullet points in a docxIt would be easier if you use the relative syntax for block : 
	  
  | 
	  
    ||
| 
	    
         By: Meri 
        Date: 2016-09-16 
        Time: 17:25 
		
	   | 
	  
      
	    Re: bullet points in a docxDoes that work in a docx or odt file? 
	  the code: {code} [product.product;headergrp=product] [product.artikelnummer] [product_sub1.val;block=tbs:listitem] {/code} is in a table in a docx file before the table "[product.id;block=begin;sub1=item]" and after the table "[product.id;block=end]" i need to delete a row in that table when listitem is empty  |