Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I have to bring customers photos into Application, Please guide me.
At the moment I have table with inRegId, stPhoto fields like these
I do have the dump of files in my folder and I am calling them using bundle Load like this
But I could not get a table with Images, I wanna see images here instead of text:
My expression is :
Hi Experts,
BUNDLE LOAD and BUFFER INFO LOAD both methods are correct. Currently I used BUNDLE LOAD and in table used Dimension as punitpopli said to resolve this issue.
use Info(InRegId)
and Use Bundle Load
Hi Guruprem
Add column as dimension and under advanced setting Image options -->representation -> select Image and you are done.
If you have to display image in the list box you can use Info(image) in the expression under general tab in list box
Regards,
Punit
chk below examples
Hi Experts,
BUNDLE LOAD and BUFFER INFO LOAD both methods are correct. Currently I used BUNDLE LOAD and in table used Dimension as punitpopli said to resolve this issue.