Lock Header of reports
Answered
Hi Team,
Some of our clients ask for locking headers of Dashboard reports in order to make the reports readable when we scoll down the screen.
I found in the old version, yellowfin provide the option to lock rows.
But I could not find the setup in the 7.2 version of yellowfin.
Could do you please adivse us that is this functionality still available and how to do the setup?
It would be appreciated if you reply to our question ASAP.
Regards,
Nancy
Hi Nancy,
yes the Header Lock functionality is still available in 7.2 and the setup is in a different place in 7.2 when compared to that older version of Yellowfin you saw in that article. You will have to go to Report Formatting -> Data -> Header Lock as shown in the attached screenshot "HeaderLock.png".
I hope you can find it now, if not please send a screenshot of what you are seeing in the Report Formatting screen.
regards,
David
Hi Nancy,
yes the Header Lock functionality is still available in 7.2 and the setup is in a different place in 7.2 when compared to that older version of Yellowfin you saw in that article. You will have to go to Report Formatting -> Data -> Header Lock as shown in the attached screenshot "HeaderLock.png".
I hope you can find it now, if not please send a screenshot of what you are seeing in the Report Formatting screen.
regards,
David
Hi Nancy,
I've just tested the header and column locks in my 7.2 20161024 YF in a Firefox browser and it worked. I've attached a video that starts off showing the locks turned off, then I turn them on and they work.
I've just thought of something, the header and column locks only work in reports that are in a dashboard tab or storyboard. They don't work for standalone reports, is that what you are trying them in?
regards,
David
Hi Nancy,
I've just tested the header and column locks in my 7.2 20161024 YF in a Firefox browser and it worked. I've attached a video that starts off showing the locks turned off, then I turn them on and they work.
I've just thought of something, the header and column locks only work in reports that are in a dashboard tab or storyboard. They don't work for standalone reports, is that what you are trying them in?
regards,
David
Hi Nancy,
it will be easier for me to just convert the video to a format that you can open. Please let me know what you prefer, .avi, .mov, .mpg etc.
regards,
David
Hi Nancy,
it will be easier for me to just convert the video to a format that you can open. Please let me know what you prefer, .avi, .mov, .mpg etc.
regards,
David
Hi Nancy,
OK, I've just converted video to AVI format and emailed it to you, unfortunately they are larger files than MP4 but hopefully the 14 MB file is not too large for your mail server's policy. Please let me know if you don't get it, it most probably means that your mail server blocked it.
regards,
David
Hi Nancy,
OK, I've just converted video to AVI format and emailed it to you, unfortunately they are larger files than MP4 but hopefully the 14 MB file is not too large for your mail server's policy. Please let me know if you don't get it, it most probably means that your mail server blocked it.
regards,
David
Hi Nancy,
OK, I've just emailed the AVI video to your gmail account, that should work because I've just checked the Gmail attachment size limit and it is 25 MB and my video is only about 14.
regards,
David
Hi Nancy,
OK, I've just emailed the AVI video to your gmail account, that should work because I've just checked the Gmail attachment size limit and it is 25 MB and my video is only about 14.
regards,
David
Hi Nancy,
I just tried the header and column locks in the same build as you (i.e. the latest 7.2 build) and it worked for me!
I understand your theory about the web.xml file but unfortunately for this feature there are no settings required in that file - it should just work.
I don't mind a web session with you! Anytime after 2pm today is fine, please let me know what time you prefer and I'll send you an invitation...
regards,
David
Hi Nancy,
I just tried the header and column locks in the same build as you (i.e. the latest 7.2 build) and it worked for me!
I understand your theory about the web.xml file but unfortunately for this feature there are no settings required in that file - it should just work.
I don't mind a web session with you! Anytime after 2pm today is fine, please let me know what time you prefer and I'll send you an invitation...
regards,
David
OK Nancy, I've just sent you an invitation...
"see" you at the meeting!
David
OK Nancy, I've just sent you an invitation...
"see" you at the meeting!
David
Hi Nancy,
thanks for your time for the screenshare this afternoon, and now I have found out which tables and columns we should check:
if Header & Column lock are turned OFF then there are 2 extra rows in the ReportFormat table, however, if they are turned ON then there are no extra rows in that table (because it's the default setting)
so could you please run the following query against your YF DB:
SELECT FormatCode
FROM reportformat
WHERE (formatTypeCode = 'DASHFIXEDCOL' or formatTypeCode = 'DASHFIXEDHEADER')
AND reportID = <insert your report ID here>
if it returns 2 rows:
FALSE
FALSE
that means it's turned OFF.
If it returns nothing, then that means it's turned ON.
While you're doing that, I'll install a 6.3 and then upgrade it to the latest 7.1 and see if the same issue exists...
regards,
David
Hi Nancy,
thanks for your time for the screenshare this afternoon, and now I have found out which tables and columns we should check:
if Header & Column lock are turned OFF then there are 2 extra rows in the ReportFormat table, however, if they are turned ON then there are no extra rows in that table (because it's the default setting)
so could you please run the following query against your YF DB:
SELECT FormatCode
FROM reportformat
WHERE (formatTypeCode = 'DASHFIXEDCOL' or formatTypeCode = 'DASHFIXEDHEADER')
AND reportID = <insert your report ID here>
if it returns 2 rows:
FALSE
FALSE
that means it's turned OFF.
If it returns nothing, then that means it's turned ON.
While you're doing that, I'll install a 6.3 and then upgrade it to the latest 7.1 and see if the same issue exists...
regards,
David
Hi Nancy,
thanks for running that code. Yes indeed, as long as that reportID is correct then that means your report has the header & column locks turned on.
I've got bad news, I followed exactly your upgrade path and in the end I still couldn't replicate the issue!
That means I think we're stuck for the moment, I'll have to ask around on Monday morning to see if anybody else has some ideas about this strange issue.
Have a good weekend!
David
Hi Nancy,
thanks for running that code. Yes indeed, as long as that reportID is correct then that means your report has the header & column locks turned on.
I've got bad news, I followed exactly your upgrade path and in the end I still couldn't replicate the issue!
That means I think we're stuck for the moment, I'll have to ask around on Monday morning to see if anybody else has some ideas about this strange issue.
Have a good weekend!
David
Hi Nancy,
I see what you mean - I started off with the wrong 6.3 build. So I deleted that and started all over again, I've attached the full installer log and the 2 patch logs, they are all the same builds as yours. Please be aware that sometimes the publish date can be different from the build date, I found this in the 7.2 July update, please look at the below screenshot of our builds folder, there is no 20160727 so I used the official published build which is 20160728:
and after I went through this upgrade path I still couldn't reproduce the issue. So it must be caused by something else.
On Monday lets turn on DEBUG logging and see what happens when we load the tab and scroll down.
regards,
David
Hi Nancy,
I see what you mean - I started off with the wrong 6.3 build. So I deleted that and started all over again, I've attached the full installer log and the 2 patch logs, they are all the same builds as yours. Please be aware that sometimes the publish date can be different from the build date, I found this in the 7.2 July update, please look at the below screenshot of our builds folder, there is no 20160727 so I used the official published build which is 20160728:
and after I went through this upgrade path I still couldn't reproduce the issue. So it must be caused by something else.
On Monday lets turn on DEBUG logging and see what happens when we load the tab and scroll down.
regards,
David
Hi Nancy,
is there any chance you can open a connection to that test system you showed me on Friday so that our developers can connect and have a look?
regards,
David
Hi Nancy,
is there any chance you can open a connection to that test system you showed me on Friday so that our developers can connect and have a look?
regards,
David
Hi Nancy,
I will have to ask the dev team leader to allocate a developer to do this live debugging, and then I'll have to get the developer's approval if that 10pm time is OK for them.... Is that for security reasons that you can only open the connection at 10pm?
regards,
David
Hi Nancy,
I will have to ask the dev team leader to allocate a developer to do this live debugging, and then I'll have to get the developer's approval if that 10pm time is OK for them.... Is that for security reasons that you can only open the connection at 10pm?
regards,
David
Hi Nancy,
I'm sorry but we won't be able to get a developer to visit you, so we'll have to go with the remote connection. However, before we organise that meeting, I was wondering whether I myself could have a final look at your test environment again, the reason being that I just want to make 100% certain it's not something silly that I missed! I could send you a GoToMeeting invitation, you wouldn't even have to waste your time attending - you could just leave me to it. It's just a final check, won't take very long. What do you say?
regards,
David
Hi Nancy,
I'm sorry but we won't be able to get a developer to visit you, so we'll have to go with the remote connection. However, before we organise that meeting, I was wondering whether I myself could have a final look at your test environment again, the reason being that I just want to make 100% certain it's not something silly that I missed! I could send you a GoToMeeting invitation, you wouldn't even have to waste your time attending - you could just leave me to it. It's just a final check, won't take very long. What do you say?
regards,
David
thanks Nancy, I've just sent you the invitation. "See" you at 3:30...
regards,
David
thanks Nancy, I've just sent you the invitation. "See" you at 3:30...
regards,
David
Hi Nancy,
thank you for your time again for today's screenshare session in which we went through the Auto-IT upgrade process and we found that after we had upgraded to 7.2 July build the issue did not exist. However, there is one more step which we agreed you will try tomorrow....and that step is to run the huge Auto-IT content SQL script that fills up the YF DB with all of the content.
I look forward to hearing the results of the final step you are doing tomorrow....
regards,
David
Hi Nancy,
thank you for your time again for today's screenshare session in which we went through the Auto-IT upgrade process and we found that after we had upgraded to 7.2 July build the issue did not exist. However, there is one more step which we agreed you will try tomorrow....and that step is to run the huge Auto-IT content SQL script that fills up the YF DB with all of the content.
I look forward to hearing the results of the final step you are doing tomorrow....
regards,
David
Hi Nancy,
well done! That's great news! I hope it doesn't cause other troubles though, because I'm thinking there must have been a reason why Auto-IT turned it off in the first place. I guess time will tell...
Thanks for sharing that information with us, although our wiki is not really the right place for it so what I've done is to put it in our Community Knowledge Base.
Thanks again Nancy!
Regards,
David
Hi Nancy,
well done! That's great news! I hope it doesn't cause other troubles though, because I'm thinking there must have been a reason why Auto-IT turned it off in the first place. I guess time will tell...
Thanks for sharing that information with us, although our wiki is not really the right place for it so what I've done is to put it in our Community Knowledge Base.
Thanks again Nancy!
Regards,
David
Replies have been locked on this page!