Issue in Jet report - jet

The jet report works fine for locations which were created earlier but not for the newly created location. We are printing location wise report. Please refer the below images
Printing values for Kg field for locations which were created earlier. 1
Printing error message in Kg field for newly created location 2
Can you please help me to solve this issue?
Thanks in advance.

Related

SSRS 22017 passing a parameter value to a url

Hi I have been trying to pass a value in to another report via a URL link, but cannot get the syntax correct, I have trawled the net and the 8 questions already in Stack and tweaked my code for each answer but cannot get it right.
I have a fully developed report that used a parameter "SALES_ORDER" you manually enter the SALES order and the report runs ok.
I have another report that is a graph of the above data with the sales order as the key to both.The graph is showing the last 10 sales orders by sales order number , when I click on the sales order number I want to be taken to the URL of the original developed report taking the sales order I clicked in in the graph so the original report uses this as the parameter.
The code for the jump to in the action box of the graph is :
="http://SERVER_NAME/Reports/report/GEMINI%20REPORTING/BY%20DEPARTMENT/PP/Manual%20Production_order_tracker_V31&rs:Command=render&SALES_ORDER="+Fields!SOPT_SALES_ORD.Value
SSRS likes the code as the graph report runs ok, I can click on the required bar for the specific sales order It then opens the correct URL page but I get the error below:
"The path of the item '/GEMINI REPORTING/BY DEPARTMENT/PP/Manual
Production_order_tracker_V31&rs:Command=render&SALES_ORDER=2900252422'
is not valid. The full path must be less than 260 characters long;
other restrictions apply. If the report server is in native mode, the
path must start with slash. (rsInvalidItemPath) Get Online Help "
The parameter in the developed report is "SALES_ORDER".
I know I could duplicate the developed report and include it in the "new project" I am working within but that then means for any change to the developed report I have to make the same changes to the one in the new project, hence wanting to hyperlink to it.
any help would be appreciated.
Thank you.
Tony King
You can use Action as Go to Report and give your Report name and Then therein you can give Parameter name and it's Value?
Screenshot for Reference

Spotfire Bookmarks issue

I have a dxp file published to Library (Server) having 5 dashboards.
All my filters are created using Document Properties for users to interact
with.
I did the below scenario:
Selected certain values from the Properties so that data gets filtered
in reports.
Did the same in all 5 pages
Created a bookmark
Went ahead and made some more changes to the report. Selected another
set of values/changed the time frame
Did the same ini all 5 pages
Created a bookmark.
Now when I close the Analysis and reopen it, the latest bookmark gets
applied to it by default. (I do not know if this is a feature).
When I click on the older bookmark, only first 2 pages reflect filter
values properly. Rest reflect the New one.
When I re-did this, the last 3 were showing properly. First 2 had proper
time range as well, but the product filters were wrong.
Does anything special need to be done for bookmarks?
Regards,
Subro
The latest book marks are getting applied by default because it's the state where you last saved the dxp. You can click on the first book mark, save the dxp, and this will be what the users see when they open it on a Web Player.
Additionally, You can allow the users to return to the last "view" of the analysis / where they left off if you change this setting:
Edit > Document Properties > Library (tab) > "Remember personalized view for each Web Player user"
It's hard to diagnosis the problem with the filters without seeing the dxp... but i suspect it is because of step 4, "Went ahead and made some more changes to the report". Depending on what you did, this would cause errors. Bookmarks aren't a snapshot of the memory...

Drupal 7 Date module All day otpion

I am using Drupal 7 Date module. I have enabled it and created a date field with Date, Time and All day option in the content type. I created a node of that content type, I set the date to 04/25/2015, checked All day option and saved the node. After saving the node I can see my date field value being saved as 04/24/2015 00:00:00 in the database. But I am expecting it to be saved as 04/24/2015 23:59:59.
Can any one please help me how to achieve this? Thanks in advance
Good morning. You should modify the submitted info after the submision of the form. Have a look at hook_node_presave(), a hook which lets you alter the node before it is inserted into database.
Hope it helps.

Report Viewer Document Map issue with Office 2010 Word Export

I am struggling with Report Viewer (2012) Export Option. Every time I bind a column with Document map and I group that column for a collated data view, I see gibberish showing on my word doc export for that collated row. If I remove the document map from my Report View , I don't see the same happening. Whats happening here? Could any one help or feed in their ideas?
See image below:
Thanks,
Vaibhav.
This seems like a valid case; proven by MSDN's documentation. https://msdn.microsoft.com/en-us/library/dd283105.aspx#DocumentProperties

how to specify fluent api for newly created table in nopcommerce

I want to display top 5 popular product on my home page.
i am trying to study the nopcommerce project.
so i have decided to make 1 table in which i will maintain this:
ProductMostViewed:
Id ProductId ProductViewcount
1 more thing i am not getting is can i directly create this table in sql server management studio??
here do i need to add category field or productid will do.
like for eg.Computer==>Desktop==>HP Pavilion Elite M9150F Desktop PC
so when any user will open any particular product detail page then i will increment in ProductViewcount.
but one thing i am not getting is where do i create this class file and where do i specify fluent api and is this appropriate solution for doing this task???
please guide me
May be this link can help you to fix out your issue.

Resources