Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
suryaa30
Creator II
Creator II

Binary Load of Images

I have a three layer architecture.

Extract

DatatModel-

App

App has all the UI and is the Binary Load of DataModel.

---------------------------------------------------------

Now I have to load some Images in the dashboard. Can I bundle Load them in DataModel?

And after doing so will Binary load carry forward all images in DataModel along with Data?

1 Solution

Accepted Solutions
passionate
Specialist
Specialist

Hi Surya,

Yes, This can be achieved

Use an excel in datamodel layer to load images data.

Please let me know for more clarification.

Cheers,

Pankaj

View solution in original post

3 Replies
passionate
Specialist
Specialist

Hi Surya,

Yes, This can be achieved

Use an excel in datamodel layer to load images data.

Please let me know for more clarification.

Cheers,

Pankaj

Miguel_Angel_Baeyens

May I have a word of caution with regard to the use of BUNDLE LOAD? Note that whatever you load (images, PDFs) will be stored into the QVW data model, therefore increasing the size, CPU required and memory footprint and potentially, impacting the performance of the application.

Instead, use an INFO LOAD for the same effect, an example of which you can see here, among others you can find in the Community:

Load images into Script

suryaa30
Creator II
Creator II
Author

Thanks Miguel, Well I have just 15 Image files so not an issue. I still do not understand the difference on Info Load. Could you please elaborate? I haven't used it before.