How to show data in stimulesoft so that every group locate in one page? - stimulsoft

I have a table that I want to show every data group in separate page.How can I do this?for example this is my query:
select .... group by code.
and I want to show every code's information in one page.how can I do this?

You should use the Group Header and set the New Page Before property of this header to True.

Related

How to make a single row of data editable under a section based on the status of the record while other rows on the same section non editable?

The requirement is as follows:
In the application Company I have added a custom tab called revisionlog and this revisionlog captures any revision to vendor records.
This revisionlog records can be added and modified only by certain users belonging to a security group, however the new requirement is to allow only one row of data in this revisionlog section editable if the vendor record has a particular status, all other rows will be non editable.
Any ideas, how to achieve this?
What are your criteria to determine which row is editable?
Let's say only the last revisionlog is editable.
Add a persistent flag attribute to your revisionlog object
With an object launch point automation script, on the before save event, set this flag to true. Set the other occurrence to false by getting it's mbo instance from a custom relationship, something like that: company=:company and flag=1.
Use a standard signature option based on this flag (and company's current status?) to manage the editability of each record. This might be helpful: https://www.ibm.com/support/knowledgecenter/SSBLW8/com.ibm.mbs.doc/condexpmgr/c_expression_syntax_cond_expressions_classes.html

how to enable custom list internal id in Netsuite

NetSuite custom list internal id for values is disabled by default. is there a way i can add my own id for the custom list values.
i am trying to create a custom record to save expense clain details for employee. i have many list to hold datas for diffrent category. it will be better insted of 1,2,3 i can give my own Internal id.
Brett's answer gives you a method by which you can change the text ID of the list, but you cannot change the internal ID of the list's values. This id is set automatically by NetSuite (or probably the underlying database) and is needed to ensure consistency of data within the application. Instead, consider converting the list into a custom record, which will allow you to create another field to use as an external ID, which you can add/update by CSV import (you need to use the Internal ID as key when doing this).
Once converted to a record, you could also add a new field to use as a reference, depending on how you're using it.
To convert to a record, simply check the Convert to Custom Record box on the list page shown in your screenshot and click Save.
Click the “Change Id” button
Enter the new value.
Click Save
Note: Netsuite will prefix the value you enter with ‘customlist’

Narrow my selection to show only related records

I have created to custom record types. Poll and Questions.
I would like to have a field in Poll to point to the starting question.
As such, I would like to user to click from a list of current poll questions.
However, I can't seem to find the right approach to filtering the set to just questions of the current poll.
What is the proper way to do this?
REVISED ADD ON QUESTION:
How do I narrow the selection on SCQP-Questin dropdown also?
You will probably want to do this in your field definition for the Starting Question field on the Poll record. Open up this field definition and take a look at the Sourcing and Filtering tab. There you should find a FILTER USING sublist; you can use this to set up the appropriate filtering.
The FILTER USING column will show you fields from the Question record. I assume that there is a field on the Question that links it to a Poll; this will be the field you select for FILTER USING. Next, select equal to for your COMPARE TYPE. Finally, in the VALUE IS column, select CURRENT RECORD. This should filter down the list of questions to only those that have the current Poll set.
Here's a screenshot of the table just to illustrate the columns I'm talking about. Obviously I don't have Poll and Question records set up so I can't show you exact fields set in the table.

#prompt in Business Objects, how can use dynamic data or list

I'm new to BO, i want to prompt the report user to select multiple items from a list before generating the report.
the list is dynamic and it should read from a (look up) table in DB.
i tried to use #prompt function but cant do it.
one more thing, i want the user to be able to filter the data in browser
regards!
Instead of using #prompt, you can try like this.
In Modify(Design) Mode, go to Data Access --> Edit.
There in filter bar, drag the Object that you want to appear as Prompt for the user, say Year. Select "In List" and change it to a Prompt by selecting the Prompt option from "define filter type" which is available at the end of the filter object selected.
hope this helps you to resolve.

FileMaker Pro pop up values from related table

I have a portal in my contacts table layout that shows related mention in a second "mentions" table. This related table has a relationship to a third "sources" table that I want the user to select from when they view the data in the "mentions" portal of my "contacts" layout. This works for the most part. The problem comes when the user changes the "source" in the portal then attempts to change the "source" in the next portal row t will change the "source" to the last select source regardless to make a selection
any ideas ?
here are some screen shots of how I have it setup
portal and specified field
and field control setup
and the relationship
You are modifying the value of the source field in the sources table, which is not what you want. You only want to use that data to populate your value list and store the serial number of that source (or the source text) in your mentions table.
1) Create a value list from sources using all values from the sources field.
2) Create a new field in the Mentions table called 'source.'
3) Add that field to the portal and remove the current sources field.
4) Apply the value list to your new field.
It sounds like your portal isn't actually the mentions table, but the sources table. Either that or the field that you're using to change the "source" is not in the mentions table, or is not the correct Table Occurrence.
The portal should be based on the Mentions table, and should contain a field in that table that refers to the sources table, not a field from the sources table.
Either way, to diagnose it further, I'd probably need more detail.

Resources