how to show value of prev and next row?
how to show value of prev and next row?
The report need show each row in one page, and in pageheader show prev row and next row value.
like this:
products: car, moti, mobile
page 1:
prev product: , next product:moto
Car
page 2:
prev product:car , next product:mobile
moto
....
like this:
products: car, moti, mobile
page 1:
prev product: , next product:moto
Car
page 2:
prev product:car , next product:mobile
moto
....
how to show value of prev and next row?
Hello,
You can use functions Next and Previous. For example:
Thank you.
You can use functions Next and Previous. For example:
Code: Select all
{Next(products, "columnname")}
Re: how to show value of prev and next row?
Hi
I want show 3 item in same row. So I need item,next item, 2 next item.
How can I get the second and third next element?
I want show 3 item in same row. So I need item,next item, 2 next item.
How can I get the second and third next element?
-
- Posts: 7334
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
You can use the VLookup function.
Thank you.
You can use the VLookup function.
Thank you.
- Attachments
-
- Screenshot 2024-05-29 213252.png (237.57 KiB) Viewed 4060 times
Re: how to show value of prev and next row?
Hi
I use js designer
this not work for me in js designer
{VLookup(Line+1,gayrimenkulBilgileri,"gayrimenkulKod","ilce")}
next work but VLookup does not work in js designer
{Next(gayrimenkulBilgileri, "il")}
thanks
I use js designer
this not work for me in js designer
{VLookup(Line+1,gayrimenkulBilgileri,"gayrimenkulKod","ilce")}
next work but VLookup does not work in js designer
{Next(gayrimenkulBilgileri, "il")}
thanks
-
- Posts: 7334
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
Please check the last release 2024.2.6 version.
Thank you.
Please check the last release 2024.2.6 version.
Thank you.
Re: how to show value of prev and next row?
Hi
it does not work form me, my js designer version is 2024.2.6
you can see attachment file
I have 4 items in array. I want to show 3 items in a row instead of one item
{ekspertizKayitlar.parsel} {VLookup(Line+1,ekspertizKayitlar,"ada","parsel")} {VLookup(Line+1,ekspertizKayitlar,"ada","parsel")}
it does not work form me, my js designer version is 2024.2.6
you can see attachment file
I have 4 items in array. I want to show 3 items in a row instead of one item
{ekspertizKayitlar.parsel} {VLookup(Line+1,ekspertizKayitlar,"ada","parsel")} {VLookup(Line+1,ekspertizKayitlar,"ada","parsel")}
- Attachments
-
- stiDemo.json.mrt
- (12.84 KiB) Downloaded 257 times
-
- Posts: 7334
- Joined: Tue Mar 20, 2018 5:34 am
Re: how to show value of prev and next row?
Hello,
In your data should be added index numeric column.
Thank you.
In your data should be added index numeric column.
Thank you.
- Attachments
-
- VLookup.mrt
- (789.87 KiB) Downloaded 288 times
Re: how to show value of prev and next row?
Hello,
you have 8 items (products) in your report. You have 4 column so there should be two line but it has 8 lines.
how can i avoid duplicates products?
I want show 3 or 4 items in one row
you have 8 items (products) in your report. You have 4 column so there should be two line but it has 8 lines.
how can i avoid duplicates products?
I want show 3 or 4 items in one row
- Attachments
-
- Capture.PNG (14.18 KiB) Viewed 4031 times
Re: how to show value of prev and next row?
do you any suggestion @Lech Kulikowski
thanks
thanks