Load a cell's value ID with it

Load a cell's value ID with it

HarpagornisHarpagornis Posts: 8Questions: 1Answers: 0

I have a datatable that loads a query with multiple joins, four of the cells load values ​​from different tables in the database.Would it be possible to load primary id with the value of the cell?

To avoid having to add one more cell in the row that has its corresponding id

Thanks

Replies

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi Harpagornis,

    Is this with the Editor server side libraries?

    Thanks,
    Sandy

  • HarpagornisHarpagornis Posts: 8Questions: 1Answers: 0

    Hi Sandy,

    No, it's server side, but I don't use the editor's library.

    Thanks

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi,

    Not sure what you are trying to do here. Could you please expand a bit more?

    Thanks

  • HarpagornisHarpagornis Posts: 8Questions: 1Answers: 0

    The table shows values ​​from different tables, which have a primary identification. If I load, for example, the car model, how could I load the primary database key in the data table without displaying it?

  • allanallan Posts: 63,179Questions: 1Answers: 10,410 Site admin

    Sandy and I have been talking about this, and I've got to confess we are still a little confused.

    Do you have data in the data source object for the row that you don't want to display in the DataTable? If so, just don't reference it for a column. See this example - there is a position data point in the source objects, but I just don't show it in the table there. Just because its in the source object, doesn't mean it needs to be displayed.

    Allan

This discussion has been closed.