Would it be possible to export a report with images arranged in the reading direction, like a comic book ?
Solved! Go to Solution.
Thank you. Just a while ago, I responded to an exactly similar requirement. The poster there wishes to have bar codes in the gallery view format.
How to Print Barcode Labels - Google Cloud Community
You could replace "Table Name", with "Slice Name" , if you have certain rows from the table in the images. You can create a slice to filter rows with the desired range, such as dates or status ( approved etc) or such similar ranges.
<START: Table Name[Key Column] >> <<IFS(MOD(COUNT( [Image Column] )>> <<END>> |
<START: Table Name[Key Column] >> <<IFS(MOD(COUNT( [Image Column] )>> <<END>> |
<START: Table Name[Key Column] >> <<IFS(MOD(COUNT( [Image Column] )>> <<END>> |
<START: Table Name[Key Column] >> <<IFS(MOD(COUNT( [Image Column] )>> <<END>>
|
Edit: made a minor change in last column's expression. It needs to he compared with 0 and not 4 as earlier I mistakenly mentioned.
Edit2: Made a change to the denominator in the expression. Changed it from Table Name[Key Column] to 4 as we need images in 4 columns.
Edit3: There was a typo in MOD() expression, which I have corrected above. So now the above shared template should work. I have updated the typo details and also test results on a test app in the post thread How to Print Barcode Labels - Google Cloud Community
Please take a look at that thread as well.
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |