Is it possible to create a link on a lobby tile that will export a quick report to excel. We can link to the quick report and then export to excel, but looking for a one step process. Using Apps 9.
Many thanks,
Is it possible to create a link on a lobby tile that will export a quick report to excel. We can link to the quick report and then export to excel, but looking for a one step process. Using Apps 9.
Many thanks,
Hi
Lobby is a representation of data. There you would be able to navigate to data such as;
Hello, I’m trying to open a Quick Report with a link from a Lobby. In the original question you mention that you were able to do this. Can you explain how you are linking to quick reports from lobbies and how you’re passing parameters to them? I’m using ifsapf:tbwQuickReport? as a starting point but am having no luck passing the report Id and project id as parameters.
Thanks
Sam
Hello there. I have a lot of experience with lobby screens. Set the quick report parameter for the report as in the example below. error 1.where t.emp_no = '& EMP_NO' successful 1.where t.emp_no = &EMP_NO URLs ifsrep: qr.79991 and parameter
1
2
3
Thank you, that was exactly what I was looking for!
Thanks
Hi
I’ve tried with this link
ifsrep: qr.79991
to get quick report form lobby
but no luck
getting this screen when pressing a column on lobby
Could you please help?
Thanks,
Narsi.
hi @Narsi
Can you send the sql sentence of the report?
Hi
Quick Report SQL:
select
PART_NO,
CONTRACT,
WAREHOUSE,
LOCATION_NO,
Inventory_Location_API.Get_Location_Name(CONTRACT, LOCATION_NO) as "Location Name",
INVENTORY_PART_API.Get_Description(contract,part_no) as "Part Description",
CONFIGURATION_ID,
LOT_BATCH_NO,
SERIAL_NO,
CONDITION_CODE_MANAGER_API.Get_Condition_Code (PART_NO,SERIAL_NO,LOT_BATCH_NO ) as "Condition",
Condition_Code_API.Get_Description(CONDITION_CODE_MANAGER_API.Get_Condition_Code (PART_NO,SERIAL_NO,LOT_BATCH_NO )) as "Condition Description",
ENG_CHG_LEVEL,
Inventory_Part_API.Get_Unit_Meas(CONTRACT, PART_NO) as UoM
from INVENTORY_PART_IN_STOCK_UIV
where CONTRACT = ‘101’ and PART_NO = &PART_NO
Lobby Element Screen:
Lobby Data Source:
Thanks,
Narsi.
hi
Lobby Element Screen:
just write this code ifsrep: qr.448404
Make sure the report id information is correct.
Hi
I have written as ifsrep: qr.448404
Checked report ID
but no luck still getting same screen
Thanks,
Narsi.
Hi
It works now
I added a space between ifsrep: and qr.448404, that’s why it didn’t work.
Now it’s working with ifsrep:qr.448404 (without space)
Thanks,
Narsi
Hi,
Is it possible to open a quick report with a link from a Lobby and passing user input parameters, for example date, to the quick report?
And is it possible to pass parameters from all Lobby element, for example a counter?
Thanks,
Emma
Hi,
Is it possible to open a quick report with a link from a Lobby and passing user input parameters, for example date, to the quick report?
And is it possible to pass parameters from all Lobby element, for example a counter?
Thanks,
Emma
Hi, yes it’s possible. In navegation you put like this:
ifsrep:qr.778207?Year=$Ano$&Start_month=$Start month$
Year= (this is the quickreport parameter)
$Ano$ (this is the element parameter
If you need to add more than one, you put &
hope it helps
Br
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.