Skip to main content
June 21, 2023
Question

Displaying Tiff in a gridlayout

  • June 21, 2023
  • 8 replies
  • 0 views

I have a scenario where the user uploads one or many tiff files, and then wants to see them displayed in a gridlayout. I had already built out the process before realizing that imageField does not support Tiff. I have seen a plugin that converts tiff to pdf, but this doesn't help as I don't think there is a way to display a pdf in a gridlayout (please correct me if I am wrong!). Any suggestions would be greatly appreciated.

8 replies

abhayd3663
June 21, 2023

You can display pdf in a!documentViewerField().

mathieud0001
Brainy
June 21, 2023

This is not supported.

[View:https://docs.appian.com/suite/help/23.2/Grid_Column_Component.html]

Why would you want to do this though? I think opening it in a dialog window makes more sense.

walkersAuthor
June 22, 2023

How would you do this?

stefanhelzle0001
Brainy
June 22, 2023

If you really need a grid, try to simulate it using nested card layouts.

harshitb6843
June 22, 2023

It would look bad in a grid anyway IMO. Rather you should display it adjacent to the grid and highlight the row whose document is being displayed. 

That, according to me, would be a good UX.

walkersAuthor
June 22, 2023

Good idea, thanks!