how to show value of prev and next row?
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
Sorry, we did not exactly understand your question. Could you explain your issue in more detail?
Thank you.
Sorry, we did not exactly understand your question. Could you explain your issue in more detail?
Thank you.
Re: how to show value of prev and next row?
Hello,
in your sample(VLookup.mrt) there are 8 foods name.
If I show {Categories.CategoryName} it genarate 8 rows
3 products fit on one line on the page at the same time. That's why I want to print 3 product names on one line. So instead of showing 8 products in 8 lines, I want to show them in 3 lines.For this I use vLookup
but it generate duplicate items
I want below
in your sample(VLookup.mrt) there are 8 foods name.
If I show {Categories.CategoryName} it genarate 8 rows
3 products fit on one line on the page at the same time. That's why I want to print 3 product names on one line. So instead of showing 8 products in 8 lines, I want to show them in 3 lines.For this I use vLookup
but it generate duplicate items
I want below
- Attachments
-
- VLookup.mrt
- (789.87 KiB) Downloaded 326 times
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
In that case, you can use Columns.
Thank you.
In that case, you can use Columns.
Thank you.
- Attachments
-
- Screenshot 2024-05-31 160341.png (41.1 KiB) Viewed 5399 times
Re: how to show value of prev and next row?
can you share this report please.
Re: how to show value of prev and next row?
How did you generate 3 items from the data array using columns on the same row? can you give me the report json file
Re: how to show value of prev and next row?
Hi,
My report works as on the right, I want it to work as on the left. Columns property is not present in the table. Can you check my attached report? How can I show 3 category names on the same line?
My report works as on the right, I want it to work as on the left. Columns property is not present in the table. Can you check my attached report? How can I show 3 category names on the same line?
- Attachments
-
- VLookup.mrt
- (675.39 KiB) Downloaded 233 times
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
You can use the DataBand component with the Column=3 property.
Thank you.
You can use the DataBand component with the Column=3 property.
Thank you.
Re: how to show value of prev and next row?
I need this in table,because changing table to databand is hard. Auto grow,statik text(category name) and other property will be problem in databand
is it possible to use table?
is it possible to use table?
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
Unfortunately, no, it is not possible for the Table.
Thank you.
Unfortunately, no, it is not possible for the Table.
Thank you.