How to Delete group name from group fields in crystal reports - asp.net

How do you delete a group name in Crystal Reports 2010 with Visual Studio 2010?

If you want to remove a group in the report then Right Click on the Group Header and select Group Expert. Then remove the desired field from the right list.
If you only want to remove the field in the header and footer section of a group then just select the FieldObject (It is a kind on Label) and press delete button.

Related

Oracle Apex - View option in each row of interactive grid

I've a report table in Oracle Apex. I need to add a view button in each row, as the last column. On click on the view button, I need to popup a interactive grid /interactive report/classic report with some more details.
Hard to describe, please refer the attachment. I'm using apex version is 19.1.0.00.15
each rows are having different set of where clause in SQL statement .
Each row navigate to different pages, where i want to show the application/db/interface footprints

Is it possible to duplicate a row in grafana?

I want to have many rows on the same dashboard which are very similar, so row duplication would prove very handy.
However from what i can see it's only possible to duplicate a panel.
So is it possible to duplicate a row (consisting of multiple panels)?
Or you can use wizzy to duplicate a row on a Grafana dashboard
wizzy copy row 1 2
Here are the links for getting starting with wizzy:
https://github.com/utkarshcmu/wizzy
https://utkarshcmu.github.io/wizzy-site/home/getting-started/#installation
You can. First create a template: On your dashboard click settings, Templating and create your template variable.
Next, in your panel click on the green bar, Row Editor, select Repeat Row and put your template-variable there.
There is a nice gif-example here underneath "Repeating Rows and Panels":
http://docs.grafana.org/guides/whats-new-in-v2-1/
Per How to automatically repeat rows and panels in dynamic dashboards
Edit the panel by clicking the title of the panel, and click Edit.
In the panel editor, open the Repeat options section.
In Repeat by variable, select the instance variable.
In Repeat direction, select Horizontal to lay out the repeated panels horizontally.
Apply your changes to go back to the dashboard.
Click Add panel, and then click Convert to row. The panels you created earlier are automatically assigned to the row you created.
Hover your cursor over the Row title and click the gear icon to open the Row Options.
In Title, enter $service.
In Repeat for, select the variable you want to repeat rows for. For this example, select service.
Click Update.
Select multiple services from the service drop-down menu. Grafana creates a row for each selected service, each within its own set of repeated panels.
Find the left-most panel in the top-most row and edit it.
In the text area for the Text panel, enter $instance and $service.
Save the dashboard and refresh the page.

How can i limit one group per page in Cognos?

I have a block with a list with 5 columns and i have grouped it on the first column. I have added sum aggregation below each group.
How can i limit results to show one group per page?
You can achieve this by using a Page Set as follows:
Go to the Report Pages in the Page Explorer
Drag a Page Set from the toolbox into Report Pages
Drag your current report page into the Detail Pages folder of the new Page Set
Click on the new Page Set
In the properties of the Page set:
Select the query of your report page
Click on Grouping and Sorting (a small dialog box appears)
From the data items on the left drag the grouping criterion into the Group folder on the right.
Close dialog.
Run the report.
The following figure shows the Report Pages windows after successful configuration.

InfoPath 2010 Add Field or Group Shortcut Key

Is there a shortcut key for InfoPath 2010 Designer to bring up the "Add Field or Group" dialog box?
Use the insert key. You have to make sure the Data Source task pane is highlighted (Alt-N and then select Data Source or just F6 if it is already visible but just not selected). Highlight any folder (not field) in the list and hit insert.

InfoPath 2007 & Sharepoint 2007

How do I display the certain field values that were entered into an InfoPath form template from SharePoint form library, as columns in a sharepoint form library or list? I want to create views based on specific entries in a form....how is this done?
You need to Promote those fields in the InfoPath form to SharePoint columns in the list by going to Tools->Form Options->Property Promotion and then click Add... to select which fields to have populate into the list.
Promoting the right columns
There are two ways to get form fields to become Sharepoint columns.
Click "Publish Form Template..." and then click next until you get a list of items with the option of "Add...", "Remove", or "Modify". This is the 6th screen in the publishing wizard. Click "Add..", select a field you want to add as a column, change the Column Name if you like, and then click "OK".
Go to the Tools menu, click on Form Options and then click on Property Promotion in the list on the left side. This is the same list as found in the publishing wizard. Follow the same steps as above to add a field as a column.
Editing a view
After you publish the form with this change, click on the "View" dropdown in a Sharepoint List or Document Library to select the view you'd like to add new columns to and then click "Modify this View". Next, click on the checkbox in the "Display" column to make the newly created columns visible. After clicking "OK", your new columns should be visible in the view.

Resources