How to create Page break in Cognos Crosstab without using master detail relationship? Or is there any other option for pagination on the data item of Crosstab?
Try to use Page Set instead of using one Page.
Click the Page Explorer and select Report Pages. Then add Page Set and set up query and Grouping and Sorting property.
Related
Using Kentico 10 - I have a custom table datagrid component that displays data. I have created an alternative form for this custom table with a code name of "filter". How do I get this alternative form filter to display above my datagrid? I am not using the default admin tools for editing my custom table data - the filter works there - but I want to embed it in a templated page and can't figure out how to do that.
Custom table datagrid has Filter Name property, which means this web part could be used with filter, so you need to add filter to your page template.
Filter transformation you've created does not change the appearance of the custom table datagrid web part on the live page, it just allows you to create custom filter for that particular custom table in Kentico admin.
By default, if you are using the OOTB listing viewers, the filter will only show if there are more than 25 records. If you want you can change this by adding a web.config key. But keep in mind this will change the default number of records displayed before paging for all Kentico listing pages not just the custom table grid. I should mention this is ONLY for listing viewers int he Kentico UI, not on your public pages.
<add key="CMSDefaultListingFilterLimit" value="10" />
Do you know how to disable automatic addition of filters into filter panel with each new data table? This behavior is very annoying especially if you have several pages of visulizations and you add a new data table. Spotfire automatically adds all variables from a new data table into filtering panel of all pages and I have to go into each page and manually hide the last added table from filter panel.
Your help is much appreciated.
Go to tools => Options => choose Document. Check the options on the bottom. It says "Filters for in-memory data tables". Set to "manage manually".
I created a dataview webpart in designer and have two different groupings. I enabled the grouping headers so they show up in my webpart. The issue I am having is that I want to make the first grouping visible on the first page (or other pages) so people then use the expand/collapse functionality to view other info. When I select display all items option in the paging functionality, the webpart breaks. Please help.
A requirement in our project is, we have to show the count of documents beside web part title name. I have tried using Data view web part (using XSLT) but unable to display the count beside the title.
Can you please suggest any other alternative to meet the above requirement without using custom code?
If you want the total count of the documents in a document library you can get from
xsl:value-of select="count(/dsQueryResponse/Rows/Row)"
Or
Open the data view web part properties and on the General tab select the show view footer. It will show the count of the documents
I would like to implement filtering on my sharepoint list. My list is having title and description columns and I would like to poulate the ASP.NET dropdown list control with titles and when I select the title I would like to show the description. I have followed the link http://msdn.microsoft.com/en-us/library/cc300163(office.12).aspx to implement this.
I have created a blank aspx page in Sharepoint Designer and followed the same steps. everything works fine but when I export the webpart, only description part is getting exported. I cannot see the drop down on the page (but when I preview it on the browser I can see both).
In your question you say that you are creating a aspx page and then exporting a webpart.
It could be that you are placing the drop down on one thing and exporting another.