Reports question


hellow i will like to know if it is possible to make ONE table that contains multipiple TAGS, for example a table that contains report calculations details and report order details.

That’s a bit vague, you need to be more specific.
You can have multiple report expressions on a line/row separated by pipe but they would need to be kept in sync as generated using an @ expression to give a variable for both to cycle through.
Or if you mean vertically just don’t set new headers and it will carry on the in same tabke

[Report:2,2,2,2,2,2,2,2,2,2,2,2,2,2,4]

Date|Ticket Range|Applied Discount|Subtotal|Applied Service|Sub Total|Tax|Total General|Credit Card Amount|Voucher Amount|Cash Amount|Starting Ticket #|Ending Ticket #|Total Value Of Inventory Purchases
{REPORT TICKET DETAILS:T.Date,TT.DIAN.asc,C.CalculationAmount:(CT=Descuento %),T.TotalAmount,T.Tax,T.User}

look this is the data i want to bring
Date: Date of the Workperiod
Ticket Range: the range of tickets used in the work period, NOT the whole list just the first and last one.
Applied discount: the total value of the discounts applied to the tickets in the work period (ive got a report but i when ever i put the expression C.CalculationAmount:(CT=Descuento %) inside the report it shows nothing.
Subtotal: Sales - discount value
Applied service: the tip that included in the bill its a calculation type of the 12% in the service
subtotal: Sales - Discount value + Applied service
Tax: the tax template ive got it is the 8%
Total General: Sales - Discount value + Applied service + Tax
Credit Card: to show the amount of credit card payment type registered in the work period
VOucher amount: to show the amount of voucher payment type registered in the work period
Cash amount: to show the amount of cash payment type registered in the work period
Starting ticket: the first ticked added
Ending Ticket: the last ticked added.
Total Value of inventory purchase: the amount of $$ processed in inventory purchases.

i know that many of these data are found on different type of tag expressions but i dont know how to use the @ please explain how to propogate the data and the use of constraints.

https://www.sambapos.com/wiki/doku.php/custom_reporting

Everything you need to know is in this wiki. It wont be easy do not expect to just find an answer you will have to study it and try some things and learn it.