AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Acumatica Generic I...
Equivalent to Excel...
 
Notifications
Clear all

Questions Equivalent to Excel Post-Special, "transpose"

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by Travis 1 year ago
11 Posts
3 Users
1 Reactions
1,015 Views
RSS
Travis
Posts: 41
 Travis
Topic starter
June 28, 2024 12:53 pm
(@travisl)
Trusted Member
Joined: 3 years ago

Working on a project where the data I am pulling data on a product configuration.  The GI displays:

image

I want it to output as.

image

I can sort of do this with a Pivot Table but unable to concatenate the values.  Now sure if there's a way to do this in GI's.  


Topic Tags
Generic Inquiry
10 Replies
Dominic Boullé
Posts: 17
 Dominic Boullé
July 1, 2024 8:07 pm
(@dboulle)
Eminent Member
Joined: 2 years ago

Hi there Travis, I was able to achieve this by entering the following formula into the Datafield column of the GI

=Concat([Datafield1],[Datafield2],[Datafield3])

I will say, some types of data field will return a numeric formula, but from your example, I think you should be fine.

Create a new line with the object that contains the data fields in your GI, enter the Concat formula and hopefully you should be good to go.

image
image 2024 07 02 110712559

 


Reply
Travis
 Travis
(@travisl)
Joined: 3 years ago

Trusted Member
Posts: 41
July 2, 2024 7:48 am
Reply toDominic BoulléDominic Boullé

@dboulle thanks Dominic.  I know I can do the concat to get the combined datafield.  My issue is how can I take the individual lines in the first photo and make them a single line.  That's my real difficulty.


Reply
Dominic Boullé
 Dominic Boullé
(@dboulle)
Joined: 2 years ago

Eminent Member
Posts: 17
July 2, 2024 4:13 pm
Reply toTravisTravis
Dominic Boullé

@travisl Ohhhhh, could you please share a screen shot of your results table for the GI? Are your features using "attributes" or is your company using the product config module?


Reply
Travis
 Travis
(@travisl)
Joined: 3 years ago

Trusted Member
Posts: 41
July 3, 2024 7:34 am
Reply toDominic BoulléDominic Boullé
Travis
Dominic Boullé

@dboulle Product configurator.  I think I got it.  I had to make a GI for each "feature" I wanted then a GI to with all those individual GI's as data sources.  It's pretty slow though.  Not sure there's another way without using a SQL view or some sort of SQL aggregation.


Reply
Dominic Boullé
 Dominic Boullé
(@dboulle)
Joined: 2 years ago

Eminent Member
Posts: 17
July 3, 2024 4:33 pm
Reply toTravisTravis
Dominic Boullé
Travis
Dominic Boullé

@travisl Yeah, that was going to be my next suggestion, as I am in the same predicament with the product configurator. Could you perhaps work with a pivot table?


Reply
Travis
 Travis
(@travisl)
Joined: 3 years ago

Trusted Member
Posts: 41
July 8, 2024 7:54 am
Reply toDominic BoulléDominic Boullé
Travis
Dominic Boullé
Travis
Dominic Boullé

@dboulle That was my first go to.  I did the pivot table but didn't see a way to do the concatenation on the pivot table data.


Reply
Anne Trockman
Posts: 7
 Anne Trockman
July 2, 2024 9:19 am
(@anne-r-trockman)
Active Member
Joined: 6 years ago

Try using IIf statements

IIf( expr, truePart, falsePart )

IIf (Feature = Color), Value, 0

IIf feature = Size, Value, 0

...


Reply
Travis
 Travis
(@travisl)
Joined: 3 years ago

Trusted Member
Posts: 41
July 2, 2024 11:47 am
Reply toAnne TrockmanAnne Trockman

@anne-r-trockman You can't do it this way that I know of.  Figure 1 is how the results look in the GI.  Figured 2 is how I want it to look.  The results in the GI are line by line in the DAC.  

 


Reply
Anne Trockman
Posts: 7
 Anne Trockman
July 2, 2024 12:21 pm
(@anne-r-trockman)
Active Member
Joined: 6 years ago

I haven't worked directly with the SO GI, but we have a list of projects and use the IIF statements to get different costs in specific columns. I would assume you could do something similar.... 

Our Cost Price formula is =sum (IIf([PMBudget.Type]='E', [PMBudget.CuryActualAmount],0))

Our Budget formula is =sum (IIf([PMBudget.Type]='E', [PMBudget.CuryRevisedAmount],0)) 

image

I would think if you could say (in lay man terms):

Column A - SO #

Column B - if the feature =color, list the color, if not leave it blank. 

Column C - if the feature = size, list size, if not leave it blank 

Etc. 

 

 


Reply
Travis
 Travis
(@travisl)
Joined: 3 years ago

Trusted Member
Posts: 41
July 2, 2024 12:55 pm
Reply toAnne TrockmanAnne Trockman

@anne-r-trockman Correct me if I'm wrong.  The PMBudget DAC table for each ProjectID has the [PMBudget.CuryActualAmount] and [PMBudget.CuryRevisedAmount] all on the same line, correct?

Example:

image

Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Related Topics
  • Unable to Add Field "Unapplied Balance" to Generic Inquiry "Payments and Applications"
    8 months ago
  • Generic Inquiry - Last Modified On Date Change
    1 year ago
  • Generic Inquiry, pulling data from two unrelated sources
    1 year ago
  • Adding Override Contact Info to GI Results
    2 years ago
  • GI to compare FIFO last cost to stock item last cost
    2 years ago
Topic Tags:  Generic Inquiry (41) ,
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 42 Online
  • 2,412 Members
Our newest member: thollings
Latest Post: Attribute Input Mask
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×