Workflow pagination, headers and footers

I not uploaf to appsheet, i use them from a webserver
Chek de files from the example and you can see in the templare how i use in the htm files

Ask me if you need more help
Regards

Newbie here :). Can you walk me through how to set up to use them from a webserver. I have my individual files and I zipped them and uploaded to my webserver but I don’t see how to connect to my webserver from appsheet (I use inMotion Hosting as webserver).

Thanks!!

<<START:TOP(data[id], [id] * 22 + 22) - TOP(data[id], [id] * 22

What is the meaning of *22+22??

Thank you

I have make a Pathology App in Apsheet

I have 3 Table

  1. Patient

CID. Unique ID

Patient Name Age gender etc

  1. Test

Test ID. Unique ID

Method. ( Complete blood count, kidney function test etc)

Test (CBC,KFT etc)

Description. ( Hb,WBC,Urea Creatine etc)

Result. Unit. Normal range

  1. PATIENT TEST

OID Unique ID

CID

Test ID

Method

Test

Description. Result unit normal range

I have a template and I want to pagination for header

Patient name age gender table as header on every page

And Method should be Groupby above on Description

Plz help me

1 Like

How to make

How paginate if item in Groupby

Patient Name:. Age:

Gender

This is Header


<<StartUNIQUE(SELECT (PATIENT TEST [Method],[CID]=[_THISROW].[CID]>>

<<[Method]>>

Description. Result. Unit

<<SELECT[PATIENT TEST [OID],AND([CID]=[_THISROW],[Method=[_THISROW-1].[Method]>>

<>

<>

How paginate