Sorry for the long delay, Im exactly crossing the Atlantic, so Starlink comes and go )). My trigger is adds&updates when my [unique id] is not blank.
Regarding my virtual column and the pdf table, I need a dynamic table with shows me a filtered view of the data sorted by project name. so I can print a pdf out of it.
If you can share with me the appropriate expression directly within the template I will be appreciated it.
Basically, I think that my problem is not the app expressions, I believe it is a problem with my PDF template with expressions:
<<Start:[PDF Report]>><<[Project Name]>> <<[Category]>> <<[Cost (EU R)]>> <<[Description]>> <<[Receipt]>> <<[Date / Time]>><> .
I tried to play around and use an If(is not blank or a sort condition, but it still doesn’t make any sense, I doesn’t wanna sort the empty rows and my data appears above the empty rows.
I tried to modify expression in my filtered view to sort the empty rows:
SORT( FILTER( “Filter”, ([UNIQUE_ID] = ANY( SELECT( Filter[UNIQUE_ID], [_THISROW].[Project Name] = [Project Name] ) )) ), ISNOTBLANK([Project Name]) )
but the system still returns an error.
Maybe someone from the @appsheet team can help me by login into the app and checking it, please?
or I can give you a login link so you can look into the app and check the problem @dbaum
I’m getting frustrated with this thing, I believe it should be easy to print the pdf report.
Many thanks in advance